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

"svn branch" and "svn label"

From: Noel Yap <yap_noel_at_yahoo.com>
Date: 2002-10-15 13:00:18 CEST

In another thread, I was thinking of wrapping the svn
client to create "branch" and "label" in which the
"branch" command, after performing a "svn mkdir" would
also create a HEAD branch (or directory if the branch
is main) and a 0 branch revision tag.

My thoughts evolved into making these svn client
commands but instead of having "branch" perform stuff
others probably don't want, both "branch" and "label"
would set a property, say "svn:type" (if it's already
taken, we can use another tag), that would signify its
type.

The "svn:type" tag can also be set for normal files
and directories.

The next step (for my hooks to work) would then be to
have the svn prop commands work with a URL so that the
commit hooks can use them. I'll start looking into
what needs to be done to make this happen since I
think I'll need this in any case.

Comments? Ideas? Preferences?

Thanks,
Noel

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 15 13:00:56 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.