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

RE: Creating tags

From: Gleason, Todd <tgleason_at_impac.com>
Date: Fri, 2 Jan 2009 10:03:02 -0800

2) If we have all those files on disk, and we do a commit to
another location in SVN, the files were checked out form the trunk and
then run a commit to the tag folder, will those file will be doubled in
the repository, or it will be again a cheep copy.

 

If you svn copy trunk -> tag (without a working copy), svn checkout
trunk, and svn switch from trunk to tag, then when you commit, your
changes just go to tag.

 

The key is that you should only see your intended changes when you run
svn stat. If you see your entire tree as either unversioned, or as
added, then you have done something wrong.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=999969

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-02 19:04:40 CET

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.