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

Re: Adding multiple versions of same program

From: marc gonzalez-carnicer <carnicer.lists_at_gmail.com>
Date: 2007-12-31 14:10:23 CET

you may want to use the tags folder, and create a tag of the
program file.

for example :

$ svn cp <SVN_REPO>/trunk <SVN_REPO>/tags/tag1

you do not need to append the date when you create a new
tag, since the date and time are properties of the tag. you
may instead provide a good comment when creating it, such
as "bug X was solved, feature Y was added"

using a graphical front end to svn it is easy to see differences
between the different tags.

2007/12/26, Strickland, Mark <SStrickland@rubberlite.com>:
>
>
>
> I am trying to convert the method I control programs now (date at end of
> file name) to SVN control. I have the programs from when they was created
> to now with multiple changes. I do not want to loose the history of the
> changes. Do I have to have the file names the same and add them in correct
> order, or is there an easier way to do this.
>
> Thanks
>
> Moltra

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 31 14:10:42 2007

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

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