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

Re: Current Updated Revision Number

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-09-09 02:13:15 CEST

At 12:22 AM +0100 9/9/03, Julian Foad wrote:
>
>I think this discussion applies to people who do not "release"
>anything but just use Subversion in a very simple way. For
>instance, I have some of my source files stored in a local
>repository, and all I do most of the time is commit changes:
>
>~> # edit, compile, test ...
>~> svn commit -m "Changed blah..."
>~> # edit, compile, test ...
>~> svn commit -m "Fixed blah..."
>...
>
>I do not even "update", because no-one else accesses this repository
>so my working copy is always up to date anyway. If I were to want a
>tag for each commit, which is the sort of scenario that we are
>talking about, then I would want a script to use in place of "svn
>commit" that, as well as doing the commit, chose a tag name and
>created the tag.

Hmmm ... but if we had some "keyword svn:reporevision" voodoo such as
we're discussing, that wouldn't work for your "write-only repo"
scenario either, would it? If you never update, the voodoo file
never gets updated..... unless we also require it to be updated by
any operation that changes the `svnversion` of the wc?

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 9 02:14:46 2003

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.