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”.
>
>
[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
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
> -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
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
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
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
Hello,
> How to rollback of a file or folder to previous revision?
svn merge -rHEAD:PREV TARGET
Andreas