Question

Currently I am on revision 21000 and I want to get back to revision 20995 and I want to do it without the need to merge because I have some empty packages that can't be checkout nor added and deleted and I want to return to the state when everything was fine. So how can I do this with Subclipse or TortoiseSVN and if I am able to set the repository to that revision are my the other people that are working on the same project going to encounter any problems if they are all on revisions prior to 20995. Will svn recognize that this is the same information.

Was it helpful?

Solution

You can do it via copy, but you might need to delete first so that you are essentially using copy to "replace" the content. In your case, I would reverse merge the 5 revisions you do not want. See:

http://blogs.collab.net/subversion/second-chances

It also has some links to other sources and ways to do this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top