Link to home
Start Free TrialLog in
Avatar of naseeam
naseeamFlag for United States of America

asked on

Why doesn't svn update work ?

Attached is the version of svn client I'm using.
 
C:\> cd Projects \ my_workspace

I had entered following command:
C:\Projects\my_workspace> svn checkout http://abcd.efg.com/svn/repository/my_project/trunk my_working_copy

Checkout was successful.
 
I tried updating as follows:
C:\Projects\my_working_copy> svn update

Attached is svn update output.   Why doesn't svn update work?
svn-version.PNG
svn-update-output.PNG
Avatar of naseeam
naseeam
Flag of United States of America image

ASKER

The svn repository URL is:    http://abcd.efg.com/svn/repository/my_project/trunk.  How do I find out if I'm connected to the repository ?
Avatar of naseeam

ASKER

The answer is in google.  There was no tmp folder under .svn folder.  I manually created tmp folder and then svn update command worked.

I'll report this bug to SlikSvn.
Avatar of pepr
pepr

Off topic: If you can, switch to Git ;)
ASKER CERTIFIED SOLUTION
Avatar of naseeam
naseeam
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
To close the question, accept your own comment. If you cannot do it, notify the group administrator (it may depend on your LVL).
Avatar of naseeam

ASKER

I found solution on google.