Hello
I created an ActiveX Dll to be used as an addon to VSS (capture events). I have it working; we basically need a pop up window that shows a disclaimer to anyone accessing our source code. I have the buttons OK and Cancel, and management would like the buttons to say "I Agree" or "I...
Hello
I'm on the hunt for a script (listener/service?) that will monitor certain areas/files in Source Safe and notify a particular user (via email?) when it/they change.
I used Perforce in the past and there was a Python script I stole from somewhere that basically ran as a service on the...
You are welcome! Glad to help. I am starting to do some programming via VB to obtain share/link reports, we could be good resources for eachother - stay in touch!
Although, be sure to read the article I pasted - only because there is a setting in the VSS GUI (always do recursive or...
I wrote a bat file that labels the code and gets by that label all in one fell swoop:
This is what my code does (in a bat file):
set ssdir=\\server_name\\vss_dir
set ssuser=My Username
REM Prompt for label name
set /P A="Enter the label for this Build: "
if "%A%"=="" set A=TempLabel...
Sorry - I actually did get an answer to this - programmatically (via code) I am able to get by label with no problems now - this is a known issue and there is a workaround for it here:
http://support.microsoft.com/kb/196599/en-us
Basically you have to set something in the GUI, restart it, and...
As with thread722-516156 -
Get by label is bombing:
I labeled an entire project, so every file recursively should have that label right?
There's a particular directory that doing a "get" on this label (via the interface AND command line) is simply skipping over, plus all the recursive...
Hello again!
I know other source control systems have a way of doing this, and I'm wondering if there is any way from the command line to label a project or set of files by using another label. For instance, I have project 1 labeled "MyLabel 1". Changes were made and a new label was applied...
Hammy, you're a godsend!
We did get the code to work (funny, I couldn't get it to work in plain old VB, but it worked in Access using a form there... strange!) anyway, figured the output was a message box (duh!) and we are looking and modifying it. This is great! "If you can't find the tool...
Hi Hammy
Thank you so much for this piece of code. I'm going to try to get this to work because the need to track shared files in projects is becoming extremely necessary - for example - today, we had an error in our build because a file had been added to the parent project (Project1). We...
Hello
VSS stores information on every file and project - one is the "sharing" or "links" aspect. This can be very useful, but if you run into a lot of projects that branch off eventually or certain files branch off, there is just no way to figure this out without looking at the properties of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.