Question

I've removed a commit from trunk, for example commit 100:

svn -r 100:99 .

and I've committed the change so that revision 100 is no longer in trunk. Is there a way to put revision 100 back into trunk?

Était-ce utile?

La solution

Sure! Revert the commit that reverted 100. For example if you did this in commit 123, then:

svn merge -c -123 .
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top