Corrupt .svn directory using Subversion 1.7

2012-08-19 Thread Steven Lee
I am using Subversion 1.7.0. I wanted to exclude a directory from my working copy so I entered "svn update --set-depth exclude foodir". In the middle, I decided to cancel this operation. Now I'm in a state where some files under foodir are missing but SVN thinks all of the files are there.

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-19 Thread Steven Lee
are retrieved. It's just when I do the same command under that directory that I can't seem to get the files. -Steven On Aug 19, 2012 11:32 PM, "Markus Schaber" wrote: > Hi, Steven, > > > Von: Steven Lee [mailto:stlee...@gmail.com] > > > I am using Subvers

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-19 Thread Steven Lee
On Aug 19, 2012 11:45 PM, "Steven Lee" wrote: > > Yes, I tried "svn update --set-depth infinity" and nothing happened. Many of the files are still missing from my working copy. It does seem like that should have worked. > Just to be clear, I tried "svn update -

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-21 Thread Steven Lee
svn up --set-depth empty foodir cleared out 'foodir', but svn up --set-depth infinity foodir did not bring any files back. 'svn checkout' did not work either. -Steven On 8/20/2012 4:21 AM, Philip Martin wrote: Steven Lee writes: On Aug 19, 2012 11:45 PM, "St