Question regarding WC->URL copy
From: Lee, Kevin <kdlee_at_qualcomm.com>
Date: 2004-07-14 01:57:43 CEST
Hi,
I'm trying to checkpoint some work onto a branch. I'm having a problem
#### Start of screen dump ####
[(Z) kdlee@or-portal pts/1 <testsvn> ]% svn co -r 11
A tree/app
A tree/app/app.c
A tree/app/app.h
A tree/lib
A tree/lib/lib.c
A tree/lib/lib.h
Checked out revision 11.
[(Z) kdlee@or-portal pts/1 <testsvn> ]% vi tree/lib/lib.c
modelines=5
[(Z) kdlee@or-portal pts/1 <testsvn> ]% svn copy -r 11
modelines=5
Committed revision 16.
[(Z) kdlee@or-portal pts/1 <testsvn> ]% cd tree
[(Z) kdlee@or-portal pts/1 <tree> ]% svn copy .
modelines=5
Committed revision 17.
[(Z) kdlee@or-portal pts/1 <tree> ]% cd ..
[(Z) kdlee@or-portal pts/1 <testsvn> ]% svn co
A chkpoint/tree <- Extra dir
A chkpoint/tree/app <- Extra dir version
A chkpoint/tree/app/app.c <- Extra dir version
A chkpoint/tree/app/app.h <- Extra dir version
A chkpoint/tree/lib <- Extra dir
A chkpoint/tree/lib/lib.c <- Extra dir version
A chkpoint/tree/lib/lib.h <- Extra dir version
A chkpoint/app
A chkpoint/app/app.c
A chkpoint/app/app.h
A chkpoint/lib
A chkpoint/lib/lib.c
A chkpoint/lib/lib.h
Checked out revision 17.
[(Z) kdlee@or-portal pts/1 <testsvn> ]% svn --version
svn, version 1.0.5 (r9954)
compiled Jun 16 2004, 10:48:28
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
- handles 'svn' schema
[(Z) kdlee@or-portal pts/1 <testsvn> ]%
#### End of screen dump ####
Note that when I check out from the checkpoint branch, I get my original
svn copy lib
instead of
svn copy .
It appears to work correctly. But I don't want to have to remember
BTW I'm running 1.0.5 on RH9.
Thanks! Kevin
|
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.