[svk-devel] Multiple rev checkout of same branch (trunk)

Mark Grimes mark at stateful.net
Wed Dec 20 19:46:26 EST 2006


clkao,

Thanks for the quick response.
The normal checkout does work though... see below:

(mark at entropy /tmp) svk info /abcd/
Depot Path: /abcd/
Revision: 48
Last Changed Rev.: 48
(mark at entropy /tmp) svk info /abcd/trunk
Depot Path: /abcd/trunk
Revision: 48
Last Changed Rev.: 48
Copied From: /abcd/trunk, Rev. 30
Merged From: /branches/test1, Rev. 39
Merged From: /branches/test2, Rev. 37
Merged From: /abcd/trunk, Rev. 30

(mark at entropy /tmp) svk ls /abcd/
branches/
tags/
trunk/
(mark at entropy /tmp) svk ls /abcd/trunk
somedir/
install.sh
(mark at entropy /tmp)

As you can see below, the missing checkout dir from the prior email's
failed -r2 checkout that was still added to the checkout list even
though it really didn't check anything out...

(mark at entropy ~) svk co --list | grep -i abcd
  /abcd/trunk                           /Code/abcd
? /abcd/trunk                           /Users/mark/tmp/abcd
(mark at entropy ~) svk co --purge
Purge checkout of /abcd/trunk to non-existing directory
/Users/mark/tmp/abcd? (y/n) y
Checkout path '/Users/mark/tmp/abcd' detached.
(mark at entropy ~) cd /tmp
(mark at entropy /tmp) svk co /abcd/trunk abcd
Syncing /abcd/trunk(/trunk) in /private/tmp/abcd to 48.
..

So it definitely works -- it may look strange because this is my only
non-mirrored project, so I don't have a /abcd/{local,mirror}, it's
just /abcd/{trunk,tags,branches}.

-Mark

On 12/20/2006, "Chia-Liang Kao" <clkao at clkao.org> wrote:

>On 21/12/06, Mark Grimes <mark at stateful.net> wrote:
>> (mark at entropy ~/tmp) svk co -r2 /abcd/
>> (mark at entropy ~/tmp) svk co --list | grep abcd
>>   /abcd/trunk                           /Code/abcd
>
>that doesn't look right to me.  perhaps it's already wrong there. is
>the checkout working correctly?
>
>Cheers,
>CLK
>_______________________________________________
>svk-devel mailing list
>svk-devel at bestpractical.com
>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel


More information about the svk-devel mailing list