On 9/10/2015 12:30 AM, Andreas Stieger wrote:
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


Humm, nope, no S's.  I checked it all the way down:

andy@mapper:/pub/www/counties/8.0$ svnversion
1394
andy@mapper:/pub/www/counties/8.0$ cd htdocs/img/
andy@mapper:/pub/www/counties/8.0/htdocs/img$ svnversion
1394
andy@mapper:/pub/www/counties/8.0/htdocs/img$ cd phelpsmo/
andy@mapper:/pub/www/counties/8.0/htdocs/img/phelpsmo$ svnversion
1394


> Failing that, discard the working copy and try over.

Yeah, a fresh copy sounds like a good fix. I have a bunch of extra files not checked in, but a quick directory diff should find those.

Thanks for your help on this.

-Andy

Reply via email to