Quick tip: If you need to add files that are not currently in the repository to SVN, just run the following command from the directory:
$ svn st | grep ^? | cut -b7- | xargs svn add
Of course, you’ll need to commit the files:
$ svn commit
-Chris
GD Star Rating
loading...
loading...
GD Star Rating
loading...
loading...
3 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Continuing the Discussion