RE: Re: tagging just a few files
From: Glenn McAllister <gmcallister_at_sapient.com>
Date: 2004-11-25 19:27:52 CET
Remember that you don't have to tag the entire repository; you can
/trunk/pgk1
Do a build on pkg1 and tag it with svn copy:
/trunk/pkg1 -> /tags/pkg1-v1.0.0
Do another build on pkg1 and tag it with svn copy:
/trunk/pkg1 -> /tags/pkg1-v1.0.1
That should give you the effect you want.
Glenn McAllister
Quoting from kfogel@collab.net's mail on Wed, Nov 24, 2004 at 12:37:52PM
My repository contains source code of several packages. Some of the
pkg1:
pkg2:
When I build a package, I like to tag the files of that specific
svn diff $REPOS/tags/pkg1-v100 $REPOS/tags/pkg1-v101
Now, here if I tag the whole repository,
a) the above diff will contain changes to files not in that package.
b) changes in the filelist of the package are not visible. For
New pkg1:
Please help me on this. Is there a better way to achieve this?
[PARTLY OFFTOPIC:
I also tried keeping the filelist of a package in a separate file and
svn diff -r20020:20024 $( cat file-containing-filelist-of-pkg1 )
Unfortunately, this command causes the repository to partly crash when
<http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=20325>
Anyway, this technique does not work correctly when the filelist of
]
-- Sunil Shetye. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Nov 25 19:30:31 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.