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

RE: Hooks and tagging

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-01-06 18:33:57 CET

-----Original Message-----
From: Régis Priqueler [mailto:lists@aizenko.com]

I'm trying to find a way of putting automatically the tag name into a
file.
---------------------------------------------------------------------

You could probably extract the information you want from "svn info . | grep
'^URL: '". For example, in one of my WC's, it produces:

URL: https://scm.sipfoundry.org/repsipXpbx/branches/2.6

thus telling that this WC is showing branch "2.6" of the code.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 18:36:30 2005

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.