Link to home
Start Free TrialLog in
Avatar of Cool-Guy
Cool-Guy

asked on

How do I download from subversion repository?

I need to download the latest version of Xalan from SVN (subversion repository). Currently I have a copy downloaded from http://mirrors.devlib.org/apache//xml/xalan-c/. Can someone give me the steps to open and download the latest ones from the subversion repository?
Avatar of the_vinci
the_vinci

What OS do you use?

When you have the svn client installed on your computer (either graphical or the command line)

Select 'checkout' or in command line type 'svn co SVN_URL_GOES_HERE';

this will get you the latest copy
Avatar of Cool-Guy

ASKER

I use Win XP. I have already downloaded Tortoise SVN and installed it. I have a copy of XALAN 1.10 software in my system. I now need to download the latest files from http://svn.apache.org/repos/asf/xalan/c/ Can you brief me the settings that I need to do to check out the file (like proxy, username, pw, etc)?
ASKER CERTIFIED SOLUTION
Avatar of the_vinci
the_vinci

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your time