<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Cambiare_l%27url_SVN_di_una_Working_Copy</id>
	<title>Cambiare l&#039;url SVN di una Working Copy - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Cambiare_l%27url_SVN_di_una_Working_Copy"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Cambiare_l%27url_SVN_di_una_Working_Copy&amp;action=history"/>
	<updated>2026-05-05T15:44:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Cambiare_l%27url_SVN_di_una_Working_Copy&amp;diff=6602&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: Se cambia l&#039;url di una working copy, viene cambiato il nome del server, o la directory, bisogna fare un relocate:  My best way to do an SVN relocation is this:   svn switch --relocate $(sv...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Cambiare_l%27url_SVN_di_una_Working_Copy&amp;diff=6602&amp;oldid=prev"/>
		<updated>2009-11-14T16:30:35Z</updated>

		<summary type="html">&lt;p&gt;New page: Se cambia l&amp;#039;url di una working copy, viene cambiato il nome del server, o la directory, bisogna fare un relocate:  My best way to do an SVN relocation is this:   svn switch --relocate $(sv...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Se cambia l&amp;#039;url di una working copy, viene cambiato il nome del server, o la directory, bisogna fare un relocate:&lt;br /&gt;
&lt;br /&gt;
My best way to do an SVN relocation is this:&lt;br /&gt;
&lt;br /&gt;
 svn switch --relocate $(svn info | grep ^URL | cut -f 2 --delim=&amp;#039; &amp;#039;) \&lt;br /&gt;
                       new_url_or_repository&lt;br /&gt;
&lt;br /&gt;
In this way, using the right old url from the &amp;#039;&amp;#039;svn info&amp;#039;&amp;#039; command, you are sure to not enter a wrong one, which is one of the common erros.&lt;br /&gt;
&lt;br /&gt;
If everything is correct, you will be prompted with the auth details for the new location, if they are different.&lt;br /&gt;
&lt;br /&gt;
After issuing the command, be sure to double check that the change has been applied looking at the URL parameter, issuing&lt;br /&gt;
&lt;br /&gt;
 svn info&lt;br /&gt;
&lt;br /&gt;
After relocating, update your working copy, to check that everything is ok:&lt;br /&gt;
&lt;br /&gt;
 svn update&lt;br /&gt;
&lt;br /&gt;
==Riferimenti==&lt;br /&gt;
*[http://svnbook.red-bean.com/en/1.1/re27.html svn switch]&lt;br /&gt;
*[http://stackoverflow.com/questions/925698/svn-switch-error-is-not-the-same-repository/ svn switch error - is not the same repository - Stack Overflow]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>