On Tuesday 11 April 2006 10:55, Toby Johnson wrote: > What exactly should label support in vss2svn look like? Obviously, we > need to track labels internally to properly handle pinning to a label, > but should we also try to replicate labels in some sort of "tags" > directory?
I think label support should be implemented using a versioned property. When I last looked into implementing labels using the the ss.exe commandline client I noticed that: 1) Files could be arbitrarily labeled, and the label could have the same name as some other label in the database. That is to say there could be two labels called 'foo', done at different times with different comment contents. 2) Labeling a project always seemed to label recursively, that is that project and all projects and files contained in the project at that time. Because of 1), it would be difficult to put files into a "tags" directory. Leo _______________________________________________ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsubscribe/Admin: http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
