Timeline for How to 'ls' current directory (which is under svn) files info (path)?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 17, 2012 at 11:57 | vote | accept | user1078642 | ||
| Aug 22, 2012 at 9:02 | comment | added | janos | If you need this for gource, the wiki of gource has a page that explains how to use it with subversion code.google.com/p/gource/wiki/SVN | |
| Jun 22, 2012 at 19:29 | answer | added | musiphil | timeline score: 1 | |
| May 28, 2012 at 1:19 | comment | added | Gilles 'SO- stop being evil' |
I don't understand whether you're trying to list all files in your working copy or just the files under svn, nor where the none comes from (why not a user name? and why do you mention a timestamp and a type in your comment, there aren't any in your sample output).
|
|
| May 27, 2012 at 6:47 | history | edited | Mat | CC BY-SA 3.0 |
added 1 characters in body
|
| May 26, 2012 at 23:02 | comment | added | njsg |
if it's just the relative path, have you considered using find? For the relative path, with bash you have the globstar (disabled by default, but just a shopt -s globstar away).
|
|
| May 26, 2012 at 22:37 | comment | added | user1078642 |
I want to create such log in order to create an image using gource that would represent actual state or current revision svn files. so I would just add none as user name, 0 as timestamp, A as type.
|
|
| May 26, 2012 at 22:35 | history | asked | user1078642 | CC BY-SA 3.0 |