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
om: Stefan Hett [mailto:ste...@egosoft.com]
Sent: Monday, February 22, 2016 6:28 AM
To: users@subversion.apache.org
Subject: Re: rollback to previous revision
Hi,
> Hello,
>
>> How to rollback of a file or folder to previous revision?
> svn merge -rHEAD:PREV TARGET
>
> Andre
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
How to rollback of a file or folder to previous revision? I can't find it
from the command tool or API, is there a API for it?
Regards,
Ren