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

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -