| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| General Developer Topics If it is technical and it doesn't fit elsewhere, then this is the forum. |
![]() |
|
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
Visual SourceSafe
Hello,
I have this problem: We have NC-files here. When they are checked in they are supposed to get a comment with the newest label. Something like this: ; Version 2.3.12 G00G90 x1y2z3 .... The label would be 2.3.12 in this case. Can anybody tell me how to do this with VSS, a third party product, the product mentioned below, a script or... (The problem is not to add a label to a file or a project or how that works. What I want is, that the file I check in is modified itself during the check in procedure. I want the file itself to be modified. If the file has a label I want that there is text added (comment in the terms of the used programming language) on the first line of the file.) What I search is something like keyword expansion, just a little more powerful. I want to replace keywords with my own contents (the label and not the internal revision number for example). Thanks void* |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|