Re: revert and undo revert
From: Benjamin Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Sun, 31 Aug 2008 00:18:14 +0200
You'll get better help if you more clearly explain what you are trying
On Aug 29, 2008, at 19:58, Jorge Manuel Domingues Peneirol (Via
> Hi.
Mentioning "revert to this revision" makes it sound like you're using
I'm going to assume you're using the command line client from here on
I'm also going to assume you mean to undo changes previously checked
So, you might mean that you used:
$ svn update -r100
To update your local copy to revision 100 (where 100 is the revision
You might also have used merge, and indeed, that's the only thing that
$ svn merge -rHEAD:100 . .
Which means: make the changes locally which are necessary to get from
The changes made by merge are purely local. In your working copy. On
> But now I need to put this revisions back in SVN.
Yes. merge. then commit.
> Is there any way I can do this in SVN … without doing another commit
I'm sorry, you've lost me here completely. Do the merge and commit
// Ben
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.