I tried both commands, but I still get the message:
    /..../gambas3/5421/trunk' is already a working copy for a different URL

svn checkout works, but the old URL isn't changed.
'svn update' and 'svn info' still point to the old URL.

Does somebody know how to tell svn to save the new URL?

Matti

Am 08.12.2012 18:04, schrieb Laurent Carlier:
> Le samedi 8 décembre 2012 02:30:26 Benoît Minisini a écrit :
>>
>> The information is on https://sourceforge.net/p/gambas/code/
>>
>> For a read-only access:
>>
>> $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
>>
>> For a read-write access: (I don't know why there is a difference!)
>>
>> $ svn checkout --username=<username>
>> svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk
>>
>
> The proper URL seem to be svn checkout --username=<username>
> svn+ssh://<username>@svn.code.sf.net/p/gambas/code/gambas/trunk
>
> For migrating from the old repo, you can try (not tested) the command svn
> relocate like this:
>
> svn relocate --username=<username>
> svn+ssh://<username>@svn.code.sf.net/p/gambas/code/gambas/trunk

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to