- #Remove unnecessary files and directories by
- svn rm file_or_directories
- #e.g.
- svn rm .settings //directory
- svn rm .project //file
- svn rm .git //directory
- svn rm .idea //directory
- #commit all changes
- svn commit -m "Your remove message."
Showing posts with label svn. Show all posts
Showing posts with label svn. Show all posts
svn : remove mistakenly added project files and directories within a directory
CentOS : upgrading subversion(svn) 1.6 to subversion(svn) 1.7 Script(.sh)
- #uninstall svn 1.6 (yum installs old versions)
- yum remove svn
- cd /usr/local/
- #download 1.7
- wget http://opensource.wandisco.com/centos/5/devel/RPMS/x86_64/subversion-1.7.14-1.src.rpm
- #install
- rpm -ivh subversion-1.7.14-1.src.rpm
- #remove backup(your choice)
- rm -f subversion-1.7.14-1.src.rpm
- #check installation success
- svn --version
Subscribe to:
Posts (Atom)