Re: Removing a directory gets stuck

2016-02-22 Thread Branko Čibej
On 22.02.2016 14:26, Niemann, Hartmut wrote: > > Hello! > > > > I use TortoiseSVN (1.9.3) on Windows 7 and observe the effect that > deleting (svn rm or move) a directory > > about once in four attempts fails with something along “could not > remove directory > > because it was not empty”. > >

RE: (unknown)

2016-02-22 Thread Bert Huijben
[Moving thread to dev@s.a.o from users@] > -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: maandag 22 februari 2016 13:21 > To: 'Daniel Shahaf' ; 'Michal Matyl' > > Cc: users@subversion.apache.org > Subject: RE: (unknown) > > I just reviewed most of the code tha

Removing a directory gets stuck

2016-02-22 Thread Niemann, Hartmut
Hello! I use TortoiseSVN (1.9.3) on Windows 7 and observe the effect that deleting (svn rm or move) a directory about once in four attempts fails with something along "could not remove directory because it was not empty". I suspect that the virus scanner stands in the way, because when I look t

RE: (unknown)

2016-02-22 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: zondag 14 februari 2016 15:35 > To: Michal Matyl > Cc: users@subversion.apache.org > Subject: Re: (unknown) > > Michal Matyl wrote on Thu, Feb 11, 2016 at 10:19:02 +: > > The example is about a simpl

Re: rollback to previous revision

2016-02-22 Thread Stefan Hett
Hi, Maybe I didn't describe it clearly. I mean to rollback on the repository instead of the working copy. If a user checked in a "wrong" file, system administrator/project manager needs to rollback the file to the previous revision on the repository. Then go with Andreas' suggestion and do a c

RE: rollback to previous revision

2016-02-22 Thread Ren Wang
Maybe I didn't describe it clearly. I mean to rollback on the repository instead of the working copy. If a user checked in a "wrong" file, system administrator/project manager needs to rollback the file to the previous revision on the repository. -Original Message- From: Stefan Hett [m

Re: rollback to previous revision

2016-02-22 Thread Stefan Hett
Hi, Hello, How to rollback of a file or folder to previous revision? svn merge -rHEAD:PREV TARGET Andreas Or svn up -r [file/folder] if by "rollback" you mean to get an older revision of a file/folder instead of reverting changes done to the file. -- Regards, Stefan Hett, Developer/A

Re: rollback to previous revision

2016-02-22 Thread Andreas Stieger
Hello,   > How to rollback of a file or folder to previous revision? svn merge -rHEAD:PREV TARGET Andreas