tortoisesvn - svn add or include ignored files into the working tree -


i ignored files committed in svn before

svn changelist ignore-on-commit file1.c file2.c 

now want include working copy. please me on this.

as tortoisesvn using ignore-on-commit changelist exclude items commit list, remove changelist label these files:

   svn changelist --remove file1.c file2.c 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -