Menu

SVN Cant Check Out Properly

Help
b1alpha
2008-02-01
2013-04-25
  • b1alpha

    b1alpha - 2008-02-01

    I am getting this error message;

    Error: Can't move 'C:\Java\thejams\jameleon-core\src\java\net\sf\jameleon\data\.svn\tmp\entries' to 'C:\Java\thejams\jameleon-core\src\java\net\sf\jameleon\data\.svn\entries': Access is denied.   

    Do I need to put credentials into my svn client?

     
    • Christian Hargraves

      No. You don't need credentials to check the code out. I can think of two possible problems:

      1 - the server is down
      2 - you are checking out to a directory that already contains a checked out version. In this case, you would need to do an update instead of a checkout (but I'm sure you already know this).

      I just successfully checked the entire trunk to an empty directory w/o any problems.

       

Log in to post a comment.