RE: AW: Corrupt .svn directory using Subversion 1.7

2012-08-21 Thread Bob Archer
> On 8/20/2012 4:21 AM, Philip Martin wrote: > > Steven Lee writes: > > > >> 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

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-21 Thread Philip Martin
Steven Lee writes: > svn up --set-depth empty foodir > > cleared out 'foodir', but > > svn up --set-depth infinity foodir > > did not bring any files back. You will have to look at the SQLite database to provide more information. Something like this may show what is going on: sqlite .svn/wc.

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, "Steven Lee" wrote: Yes, I tri

RE: AW: Corrupt .svn directory using Subversion 1.7

2012-08-21 Thread Bert Huijben
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: maandag 20 augustus 2012 22:10 > To: Philip Martin > Cc: Steven Lee; Markus Schaber; users@subversion.apache.org > Subject: Re: AW: Corrupt .svn directory using Subversion 1.7 > > O

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-21 Thread Philip Martin
Johan Corveleyn writes: > On Mon, Aug 20, 2012 at 1:21 PM, Philip Martin > wrote: >> Steven Lee writes: >> >>> 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 co

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-20 Thread Johan Corveleyn
On Mon, Aug 20, 2012 at 1:21 PM, Philip Martin wrote: > Steven Lee writes: > >> 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 shoul

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-20 Thread Philip Martin
Steven Lee writes: > 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 --s

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 --set-depth infinity" in the foodir

Re: AW: Corrupt .svn directory using Subversion 1.7

2012-08-19 Thread Steven Lee
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. On a related note, I am able to "svn checkout ... foodir" elsewhere, and all of the files under foodir are retrieved. It's ju