Skip to main content
added 1 characters in body
Source Link
Mat
  • 54.9k
  • 11
  • 164
  • 143

How tocan I sort of list current directory contents (and inner directoris contents recursivelyincluding sub-directories recursively) (which is under svn) files info (path relative to curentcurrent dir)?

I want this to get log in format like:

none|main.lua
none|src/main.h

I wonder if it is possible and how to do such thing using svn and bash?

How to sort of list current directory contents (and inner directoris contents recursively) (which is under svn) files info (path relative to curent dir)?

I want this to get log in format like:

none|main.lua
none|src/main.h

I wonder if it is possible and how to do such thing using svn and bash?

How can I sort of list current directory contents (including sub-directories recursively) (which is under svn) files info (path relative to current dir)?

I want this to get log in format like:

none|main.lua
none|src/main.h

I wonder if it is possible and how to do such thing using svn and bash?

Source Link

How to 'ls' current directory (which is under svn) files info (path)?

How to sort of list current directory contents (and inner directoris contents recursively) (which is under svn) files info (path relative to curent dir)?

I want this to get log in format like:

none|main.lua
none|src/main.h

I wonder if it is possible and how to do such thing using svn and bash?