I have a project that I need to upload to my svn server. There is a folder/directory that I do not want to upload to the svn server every time I commit my project.
Is it possible to make it so that subversion will automatically not commit the directory, or will I have to uncheck that directory in the commit dialog every time. The reason that I want this is so that I wont make a mistake and accidentaly commit the directory.
Thanks,
Aidan
I have a project that I need to upload to my svn server. There
Share
Add a svn:ignore property to the parent directory, and set its value to the name of the directory you don’t want to commit. Then commit the parent directory.