[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

TSVN equivalent of svn copy -r

From: Sven Probst <sven.probst_at_ilt.fraunhofer.de>
Date: 2006-09-26 22:26:02 CEST

I tried to revert a excel file - let's call it table.xls - in a working
directory to a former revision (revision formerRev) and commit it in
order to discard all changes after this revision. When using "Update to
revision" or "Switch" the file in the working directoy really reverted
to revision formerRev but there was no possibility to commit the working
directory because subversion / TSVN recognised no modification. So I
think this is the wrong way.
Using table.xls' log message dialog and right-clicking "Revert to this
revision" results in a conflicted state even though the file was not
modified before. Not what I wanted, too.

The only way I managed to revert the file was

    * SVN deleting table.xls using TSVN
    * using the svn command line client in the working directory: svn
      copy -r formerRev RepositoryURLandPath/table.xls .
    * commiting using TSVN

Is there any way to do the same without the command line client ?

Thanks for your help !

Sven.

-- 
----------------------------------------------------------
# Dipl.-Ing. Sven Probst
# Fraunhofer-Institut für Lasertechnik
# Steinbachstr. 15, D-52074 Aachen, Germany.
# Tel   : + 49 (0) 241 8906 314
# Fax   : + 49 (0) 241 8906 121
# EMail : sven.probst@ilt.fraunhofer.de
# WWW   : <http://www.ilt.fraunhofer.de>
Received on Tue Sep 26 22:26:12 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.