SVN - How to upload a single file?

syntax:

svn add filename
svn commit filename





example:
svn add /path/to/your/file.txt
svn ci /path/to/your/file.txt -m "This is where the message goes"

No comments:

Post a Comment