01 May 2013 - After the site upgrade, all passwords were reset and you will need to ask the site for a login reset on your first connection.

Accessing Callicore sources with SVN

to access Callicore subversion repository, you can browse source with your favorite navigator and download a tarball.

But the best way is to use an SVN client and perform this command : (unix and probably windows)

svn checkout http://svn.bluga.net/callicore/trunk callicore.svn
  • this will extract the current version of Callicore sources,
  • and create a subdirectory containing source (callicore.svn),
  • you need at present 100Mo because there is much of icons,
  • to update your local copy, enter in root directory of callicore source, and issue an svn update,
  • this is a readonly acces, to get write acces, please submit patch ...
  • subversion can be configured to work behind proxies.

Additional Info

SVN becomes a breeze with tortoisesvn on windows - install from http://tortoisesvn.tigris.org/, right click anywhere and pick svn checkout, http://svn.bluga.net/callicore/trunk for the url and the path to where you want the sources and voila, instant checkout. Tortoisesvn also has neat features like graphs and diff viewers and all sorts of cool tricks.

If you have patches or want to get involved with Callicore development check the dev mailing list - if you don't ask it won't get fixed/added/changed - http://lists.bluga.net/mailman/listinfo/callicore-dev

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.