"svn up" misses files!
Posted
by Blastura
on Server Fault
See other posts from Server Fault
or by Blastura
Published on 2010-05-17T07:54:27Z
Indexed on
2010/05/17
8:01 UTC
Read the original article
Hit count: 201
svn
When trying to do an svn up
I get the normal At revision XX
even though some files are missing, the missing files do show when doing an svn list
example:
$ svn list
> ConditionTest.java
> persistence
$ ls
> persistence
$ svn list
> ConditionTest.java
> persistence/
$ svn up
> Is at revision 55
$ ls
> persistence
The file ConditionTest.java is not added unless manually running svn up ConditionTest.java
What is up? Can't I trust svn anymore? Running svn, version 1.6.6 (r40053)
© Server Fault or respective owner