Re: Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
Done http://subversion.tigris.org/issues/show_bug.cgi?id=3621 Best regards, Matthias. 2010/4/23 Stefan Sperling > On Fri, Apr 23, 2010 at 08:38:01PM +0200, Matthias Hryniszak wrote: > > Thanks for the response - that's really great to

Re: Working copy wrong after "svn up"

2010-04-23 Thread Stefan Sperling
On Fri, Apr 23, 2010 at 08:38:01PM +0200, Matthias Hryniszak wrote: > Thanks for the response - that's really great to hear and I guess I'll skip > this one in that case. On second thought, you can still file an issue, with the intention that this particular use case will be tested and verified to

Re: Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
Thanks for the response - that's really great to hear and I guess I'll skip this one in that case. Best regards, Matthias. 2010/4/23 Stefan Sperling > On Fri, Apr 23, 2010 at 08:19:18PM +0200, Matthias Hryniszak wrote: > > I'd like to file this as a bug. Could you point me to where I can do it?

Re: Working copy wrong after "svn up"

2010-04-23 Thread Stefan Sperling
On Fri, Apr 23, 2010 at 08:19:18PM +0200, Matthias Hryniszak wrote: > I'd like to file this as a bug. Could you point me to where I can do it? You won't get much of an answer for filing this as a bug other than "wait for 1.7". Subversion's working copy management library is currently undergoing a

RE: Working copy wrong after "svn up"

2010-04-23 Thread Bob Archer
> > C:\svn>svnadmin create test > > C:\svn>svn co file:///C:/svn/test test-wc > > C:\svn>cd test-wc > > C:\svn\test-wc>svn mkdir folder > > C:\svn\test-wc>svn ci -m "Created folder" > > C:\svn\test-wc>svn up > > > > Up until this point everything is normal. But if I manually remove the > > folder n

Re: Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
I'd like to file this as a bug. Could you point me to where I can do it? Best regards, Matthias. 2010/4/23 Bob Archer > > C:\svn>svnadmin create test > > C:\svn>svn co file:///C:/svn/test test-wc > > C:\svn>cd test-wc > > C:\svn\test-wc>svn mkdir folder > > C:\svn\test-wc>svn ci -m "Created fol

Re: Working copy wrong after "svn up"

2010-04-23 Thread Les Mikesell
On 4/23/2010 11:00 AM, Bob Archer wrote: On 4/23/2010 10:49 AM, Bob Archer wrote: Furthermore reverting the working copy does not work and updates skip the "folder" resource completely. You've deleted the pristine copy under .svn for that directory. There's no copy left to revert. Update

RE: Working copy wrong after "svn up"

2010-04-23 Thread Bob Archer
> > On 4/23/2010 10:49 AM, Bob Archer wrote: > > >> > > >>> Furthermore reverting the working copy does not work and updates > skip > > >>> the "folder" resource completely. > > >> > > >> You've deleted the pristine copy under .svn for that directory. > > There's > > >> no copy left to revert. > >

RE: Working copy wrong after "svn up"

2010-04-23 Thread Bob Archer
> On 4/23/2010 10:49 AM, Bob Archer wrote: > >> > >>> Furthermore reverting the working copy does not work and updates skip > >>> the "folder" resource completely. > >> > >> You've deleted the pristine copy under .svn for that directory. > There's > >> no copy left to revert. > > > > Update is tota

Re: Working copy wrong after "svn up"

2010-04-23 Thread Les Mikesell
On 4/23/2010 10:49 AM, Bob Archer wrote: Furthermore reverting the working copy does not work and updates skip the "folder" resource completely. You've deleted the pristine copy under .svn for that directory. There's no copy left to revert. Update is totally different than revert. If you d

RE: Working copy wrong after "svn up"

2010-04-23 Thread Bob Archer
> On 4/23/2010 10:10 AM, Matthias Hryniszak wrote: > > Hi there, > > > > here's what I've noticed: > > > > C:\svn>svnadmin create test > > C:\svn>svn co file:///C:/svn/test test-wc > > C:\svn>cd test-wc > > C:\svn\test-wc>svn mkdir folder > > C:\svn\test-wc>svn ci -m "Created folder" > > C:\svn\tes

RE: Working copy wrong after "svn up"

2010-04-23 Thread Bob Archer
> C:\svn>svnadmin create test > C:\svn>svn co file:///C:/svn/test test-wc > C:\svn>cd test-wc > C:\svn\test-wc>svn mkdir folder > C:\svn\test-wc>svn ci -m "Created folder" > C:\svn\test-wc>svn up > > Up until this point everything is normal. But if I manually remove the > folder now like this > >

Re: Working copy wrong after "svn up"

2010-04-23 Thread Les Mikesell
On 4/23/2010 10:10 AM, Matthias Hryniszak wrote: Hi there, here's what I've noticed: C:\svn>svnadmin create test C:\svn>svn co file:///C:/svn/test test-wc C:\svn>cd test-wc C:\svn\test-wc>svn mkdir folder C:\svn\test-wc>svn ci -m "Created folder" C:\svn\test-wc>svn up Up until this point every

Working copy wrong after "svn up"

2010-04-23 Thread Matthias Hryniszak
Hi there, here's what I've noticed: C:\svn>svnadmin create test C:\svn>svn co file:///C:/svn/test test-wc C:\svn>cd test-wc C:\svn\test-wc>svn mkdir folder C:\svn\test-wc>svn ci -m "Created folder" C:\svn\test-wc>svn up Up until this point everything is normal. But if I manually remove the folde