[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: File in repo but wont check out

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Thu, 10 Sep 2015 07:30:48 +0200

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.