[Sablevm-user] Web accessible SVN repository view
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2003-11-22 17:37:01
|
Hi All. I just wanted to tell you than you can now get a web browsable view of the new Subversion repository hosting development of both SableVM and SableCC projects by pointing you browser at: http://www-svn.sablevm.org/ or http://www-svn.sablecc.org/ This "static" view is updated once a day. Dynamic solutions using viewcvs were broken (the subversion API changes too much), and also caused repository database problems (no losses, but repository locks requiring a manual fix). Of course, if you want to obtain a read-only working copy of this code, you should use subversion ( http://subversion.tigris.org/ ) and type: svn co svn://svn.sablevm.org/...some-path.../ or svn co svn://svn.sablecc.org/...some-path.../ Subversion has clients for Gnu/Linux, *nix, and win32. If you are an official developer, you should instead use the ssh-tunneled authenticated access with: svn co svn+ssh://svn.sablevm.org/...some-path.../ or svn co svn+ssh://svn.sablecc.org/...some-path.../ Have fun! Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |