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

Re: 'snapshot' from sourcefiles of different folders

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-19 17:54:50 CEST

On Wed, 2004-05-19 at 05:56, fatos . wrote:

> I have for example the following source files:
> calc/trunk/button.c
> calc/trunk/integer.c
> calc/trunk/double.c
> calc/trunk/real.c
> paint/trunk/foo.c
> paint/trunk/bar.c
>
> but I want to create a tag from the following files:
> calc/trunk/button.c
> calc/trunk/integer.c
> paint/trunk/bar.c

A subversion tag is not a "label" on a group of randomly selected
files. It's a copy (snapshot) of a directory.

So the only way to accomplish this is to create a directory, copy
arbitrary files into it, then copy the directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 19 17:58:52 2004

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.