SVN quick reference

Update a file
svn commit -m “Modified version of aa.pl ” aa.pl

List content
svn ls svn://beast/Ortholog/trunk

Make new folder
svn mkdir svn://beast/Ortholog/trunk/hvs

Import all files in a folder to svn
svn import myfolder svn://comet/Ortholog/trunk/hvs

Import a file to svn
svn import bsub.pl svn://comet//Patents/trunk/tools/bsub.pl

More at

http://www.digilife.be/quickreferences/QRC/Subversion%20Quick%20Reference%20Card.pdf

Leave a Reply