On Sun, Feb 1, 2009 at 9:28 AM, Laura Vendramini <[email protected]> wrote:
> I installed subversion but am stuck downloading the truck. How do I > do this? (this is my first online open source project) Hi Laura, The subversion URL for trunk is: http://svn.codehaus.org/jbehave/trunk If you haven't used Subversion much and you're on Windows, you might want to try TortoiseSVN: http://tortoisesvn.tigris.org/ This gives you a graphical interface from which you can browse our repository, check out particular revisions to particular directories, etc. If you're using a command-line client, just copy the command that Aslak and Mauro posted: svn co http://svn.codehaus.org/jbehave/trunk jbehave That should check out trunk to a directory called "jbehave". Good luck, and welcome to open source :) Cheers, Liz. -- Elizabeth Keogh [email protected] [email protected] http://jbehave.org http://lizkeogh.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
