[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 22:13:57 CEST

I literally get a 'skipped missing target' for every files in my
repository, like this:

But those are the exactly i want to back out my changes.

Skipped missing target:
'sample/sampleservlet/WebContent/WEB-INF/lib/commons-codec-1.3.jar'
Skipped missing target:
'sample/sampleservlet/WebContent/WEB-INF/lib/commons-collections-3.2.jar'
Skipped missing target:
'sample/sampleservlet/WebContent/WEB-INF/lib/commons-lang-2.3.jar'
Skipped missing target:
'sample/sampleservlet/WebContent/WEB-INF/lib/commons-logging-1.1.jar'
Skipped missing target:
'sample/sampleservlet/WebContent/WEB-INF/lib/commons-configuration-1.4.jar'

Thank you for any pointers.

On 8/15/07, ying lcs <yinglcs@gmail.com> wrote:
> Thanks. Andy.
>
> I try '29' instead of '28',
>
> I get more Skipped' missing target' this time.
> But unlike last time, when I use 28. it actually walk thru my
> directory trees, but it just print out 'Skipped missing target'.
>
>
>
>
> On 8/15/07, Andy Levy <andy.levy@gmail.com> wrote:
> > On 8/15/07, ying lcs <yinglcs@gmail.com> wrote:
> > > 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?
> >
> > Your changes happened in revision *29*. Try svn merge -c -29
> > svn+ssh://65.132.197.3/srv/svn/repositories/sample/trunk
> >
> > Remember that you don't make changes *to* a specific revision. Your
> > changes to the *repository* are recorded as a revision.
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 15 22:12:00 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.