Nokia Posted May 6, 2012 Share Posted May 6, 2012 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. Quote Link to comment Share on other sites More sharing options...
KaitoKid Posted May 6, 2012 Share Posted May 6, 2012 (edited) 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 @[email protected] 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 May 6, 2012 by Kaito_Kid Quote Link to comment Share on other sites More sharing options...
Nokia Posted May 6, 2012 Author Share Posted May 6, 2012 Thank you very much, its working now if i use the whole folder path. Quote Link to comment Share on other sites More sharing options...
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:
and i also recompiled and its working fine..
i just tried some update commands like:
but i am getting this message:
Link to comment
Share on other sites