We are using subversion for our java webapplication, with 3 branches QA, Staging & Live.
i want to commit build.xml into a branch but want to ignore it from svn update command as the developer will have his own IDE generated build.xml.
How can i do that graphically or using svn commands.
We are using subversion for our java webapplication, with 3 branches QA, Staging &
Share
Anything that is tracked by SVN will be updated when you do an SVN Update, unless you do not include it in the update command. That would mean not including the file or the folder of the file while doing the update.