0

After working the whole day with Google Code our group of developers was able to evolve a good workflow, however our work for now wasn't that what we expected so i would like to know whether there is an easy possibility to return to "Revision 3" from the current "Revision 27" and to delete all releases/commit > 3 without having to create a new project (so that we have a clean project). We are working with Eclipse Helios and Mylyn with Subversive SVN.

Christian Ivicevic
  • 10,071
  • 7
  • 39
  • 74

1 Answers1

2

You won't be able to delete it from the repository, but you will be able to commit a change which will undo all the commits from 4 to 27.

See http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo and my answer in SVN Revert Trunk, remove a revision as if it never existed?

Community
  • 1
  • 1
JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255