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

RE: Re: svn ls on a deleted directory

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-20 22:14:06 CEST

> -----Original Message-----
> From: Ken Bloom [mailto:kbloom@gmail.com]
> Sent: Wednesday, September 20, 2006 4:02 PM
> To: Gale, David
> Cc: users@subversion.tigris.org
> Subject: Re: svn ls on a deleted directory
>
>
> Thanks for that tip. It helped with the ls, but the copy that I'm
> trying to on a file that was hidden in that replaced directory isn't
> succeding, even with a peg revision.
>
> $ svn ls svn://server/path/to/iris/assignment1/assignment-1.pdf_at_2980
> assignment-1.pdf
>
> $ svn cp -r2980
> svn://server/path/to/iris/assignment1/assignment-1.pdf_at_2980 .
> svn: Path
> 'svn://server/path/to/iris/assignment1/assignment-1.pdf_at_2980'
> not found in revision 2980
>
> Any tips there?
>

Perhaps assignment-1.pdf wasn't added until after 2980? You said that
the dir was deleted in 2990.

Try this:
        svn ls -q -v svn://server/path | egrep '^r|assignment-1.pdf'
and look at when the 'A'dds appear.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 20 22:15:11 2006

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.