On 09/09/15 22:54, Andy Colson wrote:
> On 09/09/2015 03:02 PM, Andreas Stieger wrote:
>> On 09/09/15 16:14, Andy Colson wrote:
>>> If I query the server directly, the file exists in the repo, but its not
>>> on disk, I cannot check it out, or add it.
[...]
>> Your description is consistent with a partial working copy, e.g.
>> excluded items. Try svn up --set-depth infinity.
>
> Thanks Andreas, but unfortunately that didnt work. I tried at the root
> of the repo and in the phelpsmo folder.
[...]
> Just for a test, I tried checking out to a tmp spot:
>
> $ cd /tmp/
> $ svn co svn://marajade/counties2/8.0/htdocs/img/phelpsmo
[...]
> A phelpsmo/Courthouse.jpg
[...]
>
> So that worked. I guess that helps me be sure it is actually in the
> repo, but I'm not sure what it means.
Maybe part of your working copy is switched to a path where the item
does not exist. (switched subtree). You can check, svnversion would show
an "S".
If that is the case, switch the whole working copy to the path you think
it's working from:
svn switch svn://marajade/counties2/8.0/htdocs/img/phelpsmo
Failing that, discard the working copy and try over.
Andreas
Received on 2015-09-10 07:31:02 CEST