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

Re: Duda

From: Lorenz <lorenznl_at_yahoo.com>
Date: Wed, 22 Aug 2012 13:47:42 +0000

Germán Rodríguez wrote:
>Hola, soy un usario novato de TortoiseSVN y no he encontrado la forma
>de hacer lo siguiente: ya he terminado de programar mi aplicación,
>tengo 35 revisiones, ahora lo que quiero hacer es quedarme con solo
>con la última revisión eliminando el resto, ¿hay manera de hacerlo?.

please use english if possible.

google translates your question as:
>Hello, I am a novice user of TortoiseSVN and have not found the way
>do the following: I have finished programming my application,
>I have 35 revisions, now I want to do is stay with only
>with the latest revision eliminating the rest, is there a way to do it?.

If I understand your question correctly, you want to remove all but
the last revision from the repository.

The answer to this is: yes, but not easily!

As removing history goes against the express purpose of a version
control system, subversion does not support this task on its own.

you would need to use a combination of 'svnadmin dump', dumpfilter and
'svnadmin load'.

-- 
Lorenz
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3000196
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-08-22 15:45:59 CEST

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.