← Back to team overview

yade-users team mailing list archive

Re: Download an old version via svn

 

>   I would like to know if anyone has yet downloaded via svn an old file on
> the serveur
> Example: extra (the folder placed in /trunk) for the version r1575.
>   
svn help checkout
svn help export
http://subversion.tigris.org/faq.html#single-file-checkout
svn checkout  svn://svn.berlios.de/yade/trunk/scripts@1575 scripts-1575
svn export svn://svn.berlios.de/yade/trunk/scripts/simple-scene.py@1575

HTH, V



References