Subversion

From Wiki
Jump to navigation Jump to search

Repository Location

http://m13.umassmed.edu/

Commands

Create Repository
svnadmin create /var/www/svn/<repo>
chown -R apache.apache /var/www/svn/
Listing Projects in a Repository
svn list --verbose https://m13.umassmed.edu/repos/BIG
Delete Directory or File
svn delete -m "Deleting project dir" https://m13.umassmed.edu/repos/<project>
Update your working version with the version from the repository
svn update
Commit your changes
svn commit -m "message" <file>
Add file or directoru
svn add file_or_dir_name

Users

 htpasswd /etc/subversion/svn-auth-users <username>

Eclipse

Once a repository is created, you can share a eclipse project with it.

Team->Share