On 8/27/06, Erick Tryzelaar <[EMAIL PROTECTED]> wrote:
> I'll send out an email when things are up and running.
>
> -e
>

Its up and running, and I've finished my testing. To check out felix,
run this command:

svn co https://svn.sourceforge.net:/svnroot/felix/felix/trunk felix

to check in code, you just do this, similar to cvs:

svn ci

If the username is different than the sourceforge username, you'll
have to specify "svn ci --username idadesub" to commit. It'll then ask
you for a password once. It turns out subversion conveniently caches
the password (on disk and cleartext no less, although it's in a
directory that is only accessable by the user. Still, I'd prefer using
the svn+ssh, but sourceforge disagrees with me).

I'm a big fan of the tool svk to interact with subversion websites.
You can find it here: http://svk.bestpractical.com/. Anywho, it allows
for decentralized repositories similar to bitkeeper. This means that
you can maintain local changes to the source, and push them to the
central repository in one or more patches. Here's how to set it up
with felix, assuming you've already got svk installed:

http://www.felix.cybercloud.net/wiki/index.php/Svk_tutorial

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to