Những câu lệnh sử dụng trong SVN

Add

svn add --force /path/to/your/project/*

Cleanup nếu các file bị khóa

svn cleanup  /path/to/your/project

svn add --force /path/to/your/project/*

svn cleanup  /path/to/your/project

svn commit /path/to/your/project  -m 'Adding a file'

Remove một file hoặc folder khỏi update

svn rm --keep-local my_important_file

 Chuyển link của repository

svn switch --relocate OLDLink  NEWLink

Leave a Reply