>
> Oh, and you can of course check out the deleted path... just provide the peg
> revision...
>
> Svn co ^path/to/file@900
>
> BOb
>
Hi,
@BOb
Thanks! Exactly what I needed!
@Stefan
no I didn't know about peg revisions. Thanks for the pointer!
Paul
On Wed, Jul 24, 2013 at 05:04:13PM +0200, Paul Seyfert wrote:
> Is there any way to check out or update to revision r900?
Do you know about peg revisions?
http://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html
> > Hi there,
> >
> > my situation is as follows:
> > there's a large svn repository
> > svn+ssh://someserver/reps/maindir/
> > I only work with the subdirectory
> > svn+ssh://someserver/reps/maindir/old_dir/foobar/what_I_work_with
> >
> > such that I used to check it out with
> > svn co
> > svn+ss
> Hi there,
>
> my situation is as follows:
> there's a large svn repository
> svn+ssh://someserver/reps/maindir/
> I only work with the subdirectory
> svn+ssh://someserver/reps/maindir/old_dir/foobar/what_I_work_with
>
> such that I used to check it out with
> svn co svn+ssh://someserver/reps/ma