Jump to content

Checking out a special revision


Recommended Posts

1 hour ago, Stan` said:

Downloads - Current bundles are for SVN revision 25840

i tried to checkout revision 25840 but it using 25848.

svn checkout https://svn.wildfiregames.com/public/ps/trunk/ 0ad
svn update -r 25840;
svn cleanup 0ad

what i doing wrong?

 

Edited by seeh
Link to comment
Share on other sites

10 minutes ago, seeh said:

i tried to checkout revision 25840 but it using 25848.

svn checkout https://svn.wildfiregames.com/public/ps/trunk/ 0ad
svn update -r 25840;
svn cleanup 0ad

what i doing wrong?

 

You went too fast and I fixed a typo in between :P

Might be the ; though.

Link to comment
Share on other sites

1 minute ago, Stan` said:

You went too fast and I fixed a typo in between :P

Yes. unfortunately I'm a beginner with svn and I'm certainly doing something wrong. just wanted to go back to the old ...40 version. wanted to know how to do it. or is that not important? then I can also leave the current one.

Link to comment
Share on other sites

svn checkout https://svn.wildfiregames.com/public/ps/trunk/ 0ad

That will always checkout the latest version

You can do

svn checkout https://svn.wildfiregames.com/public/ps/trunk/ -r 25840 0ad

but in theory doing after the checkout

svn update -r 25840

should work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...