Skip to navigation
How to ignor multiple files with svn?
07.12.13
Reply
Anonymous
1. delete/move the files or folders you like to ingor 2. commit svn 3. cd into the folder where you like to ingor files and folders 4. create a file like ignore_list 5. edit the file ignor_list example: environment.rb database.yml 6. execute svn command inside the folder your ignor files and folder are svn propset svn:ignore -F ignore_list . 7. upate svn svn up 8. commit the svn svn ci -m"my comment" 9. move back the files and folder without any old .svn subdirectory
07.12.13
Reply
Anonymous
Information Epoch 1732465804
There is no perfect productivity system.
Home
Notebook
Contact us