new svn location
Fabian Nowak
timystery at arcor.de
Sat Oct 29 16:51:25 CEST 2005
Am Samstag, den 29.10.2005, 15:19 +0100 schrieb Foxy:
> As the svn has moved what would be the right command to download files
> to build a xfce svn version now?
to cite brian:
>
> BTW, all... If you have a lot of checkouts you don't want to
> re-checkout
> (be nice to the server!), you can do something easy like this to fix
> it:
>
> svn switch --relocate \
> svn+ssh://username@svn.foo-projects.org/var/svn/xfce \
> https://username@svn.xfce.org/svn/xfce
>
> And stuff. Adjust the first URL as needed if you're using anonymous
> SVN (http://svn.foo-projects.org/svn/xfce, with no username in either
> URL) or https/DAV developer SVN
> (https://username@svn.foo-projects.org/svn/xfce).
>
> -b
>
and to cite auke:
>
> the SVN repository has 4 access methods currently:
>
> 1) anonymous via websvn at http://svn.xfce.org/
> 2) anonymous via http+dav at http://svn.xfce.org/svn/xfce/
> 3) authenticated via https+dav at https://svn.xfce.org/svn/xfce/
> 4) authenticated via svn+ssh at svn+ssh://svn.xfce.org/var/svn/xfce/
>
there was also another post of auke saying that you can use the mocha
server to be sure. can't find it at the moment.
i.e., for an anonymous account i entered
svn switch --relocate \
http://svn.foo-projects.org/svn/xfce http://svn.xfce.org/svn/xfce
and could do a regular update.
fabian
More information about the Xfce4-dev
mailing list