Hi,
On Friday 02 April 2004 17:03, Mark Phippard wrote:
[...]
> I often use labels in PVCS to store things like a bug number assoicated
> with the change. My plan for this in Subversion was to use properties,
> which I think is a potentially better solution anyway since I can name the
> property something meaningful that describes what the value means, where
> in PVCS I have some labels that are to tag versions and other that are bug
> numbers.
>
> One potential problem with this approach in Subversion is that I am not
> sure if properties are meant for this. For example, is there anyway to
> ask Subversion for all of the file revisions that contain a ceratain
> property value such as issue=1234?
>
> Thanks
>
> Mark
What about:
joe_at_joelap:~$ svn mkdir http://freya/Projects/4D/WeldWatcher/tags/Error1234
Committed revision 106.
joe_at_joelap:~$ svn cp http://freya/Projects/ScratchRepo/trunk/utilities/BackupSetupFiles.vi http://freya/Projects/ScratchRepo/tags/Error1234
Committed revision 107.
joe_at_joelap:~$ svn ls http://freya/Projects/ScratchRepo/tags/Error1234
BackupSetupFiles.vi
joe@joelap:~$
Isn't this what you want?
You can then:
joe_at_joelap:~$ svn log -v --stop-on-copy http://freya/Projects/ScratchRepo/Error1234/BackupSetupFiles.vi
------------------------------------------------------------------------
r108 | jh | 2004-04-02 17:18:02 +0200 (Fri, 02 Apr 2004) | 3 lines
Changed paths:
A /tags/Error1234/BackupSetupFiles.vi (from /trunk/utilities/BackupSetupFiles.vi:107)
------------------------------------------------------------------------
joe@joelap:~$
Greetings,
Joerg
--
Leading SW developer - S.E.A GmbH
Mail: joerg.hessdoerfer@sea-gmbh.com
WWW: http://www.sea-gmbh.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 17:26:40 2004