[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How can i remove the changes in changeset in subversion?

From: ying lcs <yinglcs_at_gmail.com>
Date: 2007-08-15 21:52:56 CEST

Thanks Andy,

I tried to do this:
svn merge -c -28 svn+ssh://65.132.197.3/srv/svn/repositories/sample/trunk

But i get this error:

Skipped missing target: 'sample/build'
Skipped missing target: 'sample/Srvr5.5.5-Source/Makefile.POSIX'
Skipped missing target: 'sample/Srvr5.5.5-Source'
Skipped missing target: 'sample/di/po/ar.gmo'
Skipped missing target: 'sample/di/po/sk.po'
Skipped missing target: 'sample/di/po/ar.po'
Skipped missing target: 'sample/di/po/sk.gmo'
Skipped missing target: 'sample/di/po'
Skipped missing target: 'sample/di'

And i does not reverse my changes.

My revision 28, it has
sample/build
sample/Srvr5.5.5-Source
sample/di

But in revision 29, i screw up, and all the directories 'build',
'srvr5.5.5-Source', 'di' are goine.

and instead it has
sample/test-0.1

how can I reverse my changes to 28?

On 8/15/07, Andy Levy <andy.levy@gmail.com> wrote:
> On 8/15/07, ying lcs <yinglcs@gmail.com> wrote:
> > Thanks Andy.
> >
> > No, I am using subversion 1.4.2.
> > Yes, I am referring to REVISION 29.
> >
> > Basically I want to remove all changes that developers (not just me)
> > made in revision 29-30 and roll back the trunk back to REVISION 28.
>
> Then see the link I provided.
>
> > On 8/15/07, Andy Levy <andy.levy@gmail.com> wrote:
> > > On 8/15/07, ying lcs <yinglcs@gmail.com> wrote:
> > > > Hi,
> > > >
> > > > How can i remove the changes in changeset #29 from the trunk in subversion?
> > > >
> > > > in other words, when anyone check out from the trunk, it does not
> > > > contain changeset #29's changes.
> > >
> > > Changesets are not a Subversion feature until 1.5 is released,
> > > probably sometime this fall. Are you using a pre-release build?
> > >
> > > Or are you referring to REVISION 29, in that you want to undo the
> > > changes that were made in revision 29 because they're undesirable? If
> > > that's the case, see
> > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.commonuses.html#svn.branchmerge.commonuses.undo
> > >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 15 21:50:57 2007

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.