[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVN access using 2 different URLs pointing to same Server by changing metadata

From: Vineet Priyank <vpriyank_at_juniper.net>
Date: Fri, 29 Jan 2010 16:50:44 +0530

Hi,

 

I am Vineet and I am having some requirement for SVN access.

 

I have two URLs with different credential pointing to the Same Server
and Same data. I have done svn check out for URL1 with crederntial1 and
it got checked out. After that I have changed the URL1 to URL2 using

sed -i 's/string1/string2/g' * command(only 1 string difference is
there between 2 URLs) after going in .svn folder.

 

Basically .snv/all-wcprops and .svn/entries files contains these URL
entry.

 

After that I tried to update the the folder using svn update foldername
but the following error comes.

 

svn: Error processing command 'modify-wcprop' in 'junos'

svn: Failed to load properties from disk

svn: Malformed file

Please provide some solution to move forward and do a svn update using
URL2 and credential2.

 

Thanks,

Vineet

 
Received on 2010-01-29 12:29:43 CET

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.