Subversion: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
* '''All commits to a given repopath PATH, with details''' | * '''All commits to a given repopath PATH, with details''' | ||
** <code>svn log -d --xml | xml sel -t -c "//logentry[paths/path='PATH']" | ** <code>svn log -d --xml | xml sel -t -c "//logentry[paths/path='PATH']" | ||
[[Category:Source Control]] | |||