Note
Showing posts with label
Svn
.
Show all posts
Showing posts with label
Svn
.
Show all posts
Friday, April 4, 2014
How to use svn command line in Ubuntu
- How to add multiple files in directory to svn:
svn add --force * --auto-props --parents --depth infinity -q
or
svn status | grep '?' | sed 's/^.* /svn add /' | bash
Older Posts
Home
Subscribe to:
Posts (Atom)