2008年1月31日 星期四

svn

co:
co = checkout,將程式donwload下來
svn co http://SVN_PATH/svn_project

svn import . svn://192.168.1.200/projects/tickets --message "initial import" –username eldon
將程式存放到repository

svn checkout svn://192.168.1.200/projects/tickets tickets
將repository上的程式download下來

svn remove log/*
svn commit --message "removing all log files from subversion"
移除repository上log/下的files

svn propset svn:ignore "*.log" log/
svn commit –message "Ignore all log files in the log directory"
除止log下的files上傳到repository

沒有留言: