svndumptool and svn:externals
From: MOKRANI Rachid <rachid.mokrani_at_ifpen.fr>
Date: Mon, 20 Apr 2015 11:56:40 +0000
Hi,
I moved my SVN server, and now I need to change our svn:externals path.
I saw that svndumptool can help me to do that, but I don't know exactly the syntax command to run.
My old SVN server is:
I can access to my SVN project with the URL : http://my_old_server/R11/MY_PROJECT
Name Value
Need to change my svn:externals path to:
Is the following command is correct ? Or what is exactly the good syntax.
svndumptool.py transform-prop svn:externals '^(\S+) http://my_old_server/R11(\S+)' '^\1 https://my_new_server/svn/\2' SVN.dump SVN_ext.dump
and/or
svndumptool.py transform-prop svn:externals "(\S*) (|-r ?\d* ?)http://my_old_server/R11(/\S*)" "\2\3 \1" SVN.dump SVN_ext.dump
other ?
Many thanks in advance for any help.
__________________________
|
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.