If I execute this command
svn co https://ltfat.svn.sourceforge.net/svnroot/ltfat ltfat
will I get the latest reversion, which is 908.
But I would really like to have reversion 901.
Does someone know how I can do that?
Lots of love,
Louise
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pass the
-rflagE.g.
svn co -r901 https://ltfat.svn.sourceforge.net/svnroot/ltfat ltfatOr, you can update your existing checkout to an older revision:
svn up -r901