[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 change svn path completly?

From: M <marcus.rohrmoser_at_gmx.de>
Date: 2004-06-02 10:52:58 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

| After I rename(move) some svn path to another name, I cannot get old
revision from new path

Honestly I don't quite understand. Please tell me
- - Do you want to move or copy the repository as a whole or copy stuff
inside the repository?
- - Is 'xxx' inside the repository or is it the repository itself?

|
| ex)
| svn co http://SVN/xxx
| cd xxx
| edit somefile
| svn ci somefile
| cd ..
| svn copy http://SVN/xxx http://SVN/yyy

'svn copy URL1 URL2' creates new revision. URL2 is not existing in the
previous revision naturally

| svn co http://SVN/yyy
| cd yyy
| svn log somefile -> (full history is shown)

might be misleadung

| svn up -r "old_revision" somefile -> (failed to checkout)

yes - if "old_revision" is older than the "svn copy" revision, somefile
isn't there yet.

|
| How can I change svn path with full history and all old-revisions?
| Thank you.!

The *content* of somefile in the most recent revision is the one you
want, right? So again, what's the problem?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAvZVqXjHhiL8/upYRAjQHAJ9Mx70tX2MlJcXlOjUHKFWF+9QduQCgvXz6
uzv7VvL66VP7yx1aAgOzx3g=
=1XoM
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 2 10:52:55 2004

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.