Jump to content
  • 0

Debian SVN Update


Nokia

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   5
  • Joined:  12/28/11
  • Last Seen:  

Hello, just used windows before.. for updating my svn i used Tortoise SVN -> rightclick -> SVN Update

so how can i do it on linux? i downloaded the svn with:

svn checkout https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/

and i also recompiled and its working fine..

i just tried some update commands like:

svn update
svn up https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/

but i am getting this message:

svn: The path '.' appears to be part of a Subversion 1.7 or greater

working copy. Please upgrade your Subversion client to use this

working copy.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

It seems when you checked out from SVN you didn't specify which folder should the files be stored.

Therefore the files were saved from the root folder of your account seems messy @_@

Yours:

svn checkout https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/

Recommended:

svn co https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ server

Note: I have checked out from SVN and stored the files from folder named "server".

So that when you try to update:

svn up server

This will check for latest revision on the SVN. In which to be updated files are stored from "server" folder.

If still the error persist try doing:

sudo apt-get update
then
sudo apt-get upgrade

and then try re-updating again.

Edited by Kaito_Kid
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   5
  • Joined:  12/28/11
  • Last Seen:  

Thank you very much, its working now if i use the whole folder path.

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
Answer this question...

×   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.

×
×
  • Create New...