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

Re: SVN Tag Question

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Tue, 15 Jan 2013 19:31:56 -0600

On Tue, Jan 15, 2013 at 4:31 PM, C M <cmanalyst66_at_gmail.com> wrote:
> Hello,
>
> Is there a way to selectively tag files within a directory (or directories)?
>
> In other words, is there a way to exclude unwanted files (or include wanted
> files) that you want to tag (label)?
>

In Subversion, a "tag" does not technically exist in a real sense. It
is just a "copy" which users of the repository assign special meaning
to as a standard practice. So you could either svn copy (or "tag")
individual files of interest, or tag the whole directory as normal and
then svn delete files you wish to exclude.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3043739

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-01-16 02:32:23 CET

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.