Are you sure, that your are registered on https://gforge.info.ucl.ac.be/ - https://gforge.info.ucl.ac.be/account/register.php .
I think in SVN form you should write username and password from your (https://gforge.info.ucl.ac.be) account. 2007/10/7, Wacek Kusnierczyk <[EMAIL PROTECTED]>: > Doesn't work for me. > It asks for a username and password twice, then fails: > > svn: PROPFIND request failed on 'svn/mozart/trunk' > svn: PROPFIND of 'svn/mozart/trunk': authorization failed > (https://gforge.info.ucl.ac.be) > > tried with --username '' --password '', doesn't help. > > I use svn 1.4.3 on Fedora 7. > > > vQ > > > Raphael Collet wrote: > > Torsten Anders wrote: > >> Dear Pretrov, > >> > >> I can find the images in my Mozart installation (see listing below, > >> OZHOME is the dir where you installed Mozart). Does your installation > >> differ? > >> > >> Concerning anonymous SVN, just leave out any username as in the > >> following invocation (I just tried it, works for me) > >> > >> svn checkout https://gforge.info.ucl.ac.be/svn/mozart/trunk > > > > Two comments: > > (1) "checkout" makes a svn working directory for development; you can > > get a snapshot and nothing more with the svn command "export". > > (2) "trunk" is the main development branch; you may want get the > > release snapshot instead, simply replace "trunk" by "tags/mozart-1-3-2". > > > > So if you just want to compile the beast, that will do the job: > > > > svn export https://gforge.info.ucl.ac.be/svn/mozart/tags/mozart-1-3-2 > > > > Cheers, > > raph > > > > _________________________________________________________________________________ > > > > mozart-users mailing list > > [email protected] > > http://www.mozart-oz.org/mailman/listinfo/mozart-users > > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
