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

Re: Add missing files to old revision

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Sun, 10 Oct 2010 21:07:55 +0200

Hi,

On 10 October 2010 15:39, zishan <jashsoftpk_at_aim.com> wrote:
> I have forgot to add some files in my older revision no. 56. I am now on revision 63. How can I add missing files safely to revision 56?
>

You can't, a revision is an immutable state of the repository (well,
unless you start dumping & reloading repositories, but that's advanced
svn administrator territory).

The best 'solution' is for you to create a 'tag' or 'branch' (== copy
in both cases) of revision 56 and then add the missing files to the
tag/branch too.

Using tags you can keep much better track of 'interesting' states of
the repository compared to remembering revision numbers.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2669795
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-10 21:08:05 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.