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

RE: subversion module system question

From: Mats Nilsson <mats.nilsson_at_xware.se>
Date: 2002-05-22 10:24:08 CEST

Greg Stein <gstein@lyra.org> writes:
> $ svn cp -r 1000 /trunk /module-snaps/rev1000
> $ svn propedit /modules/mutha
> (add line:
> /somelib /module-snaps/rev1000/foo/somelib
> )
> $ svn commit /modules/motha
>
>
> IOW, to pin a particular revision for containment within the module, you
> make a copy to somewhere, and then refer to the (pinned) copy.
>
> That is called a "user strategy" and is Badness(tm).

Please set me straight. Why is this considered Badness:
        svn cp -r 1000 /trunk /module-snaps/rev1000

while this is not?
        svn cp -r 1000 /trunk /tags/foobar-1.0

/Mats

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 22 10:25:48 2002

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

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