0
votes
1answer
61 views

svn backup bash script errors

I have created bash script for create dump of svn repositories. I want to add such functionality that after dump of every repository script send it to remote server using rsync and delete from dump ...
1
vote
1answer
198 views

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

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: ...
7
votes
2answers
427 views

How to use the SVN CLI effectively

How can I make myself more productive with the SVN CLI? I need to complete repetitive tasks like these: find modified files in directory commit only SOME of them selecting them somehow other then ...