Hi everyone,

        I've been playing with scmbug for a while and noticed its great 
potential. However, there's one very particular thing I'd love to do, 
although I don't know whether it's sopported or isn't. Here I go:

Let's take a project with three files:

myProject/file1.txt, version 1.1
myProject/file2.cpp, version 1.8
myProject/file3.java, version 1.5

and let's say that, requested by some bugs, I modified a couple of them, 
resulting on the following:

myProject/file1.txt, version 1.1
myProject/file2.cpp, version 1.10, noted on bugs 820,815
myProject/file3.java, version 1.6, noted on bug 800

Commit message for version 1.10 of file2.cpp appeared as a note on bugs 
820 and 815, and so happend with version 1.6 of file3.java on bug 800. 
Clear til here.

Now I tag my project, lets call it MYPROJECT_BUILD_1_0. What I'd like is 
adding a note stating this fact on bugs linked with the versions of the 
tagged files. In other words, having the stated, an "Included in 
MYPROJECT_BUILD_1_0" note should appear on bugs 800, 815 and 820.

And yet more complicated, that note is to be added only to bugs linked 
with actual tagged versions. To ilustrate it with an example, let's say a 
new bug is issued and file3.java is modified according to this, so the 
project state now is:

myProject/file1.txt, version 1.1
myProject/file2.cpp, version 1.10, noted on bugs 820,815
myProject/file3.java, version 1.7, noted on bug 830

If I tag the project as MYPROJECT_BUILD_1_1, the notification should 
appear in bugs 815, 820 and 830, but not in 800, since it corresponds to a 
version of file3.java not included in current tag.



So, after all this stuff, my question is: is this supported? and if it 
isn't, could it be done without great pain?

Best Regards,

Abraham Marín Pérez <[EMAIL PROTECTED]> 
Responsable de I+D 
SILVANO CONSULTORES 
Tfno.: 93.412.79.12 -- Fax: 93.410.92.90 
http://www.silvanoc.com/ 

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to