Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Klyn610

    MsgBox Buttons - customize text?

    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...
  2. Klyn610

    Script that alerts when specific files have changed

    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...
  3. Klyn610

    get VSS files based on label

    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...
  4. Klyn610

    get VSS files based on label

    Also, just a thought - but I don't think you want to point directly to the .dat file - just the directory where the .ini file resides.
  5. Klyn610

    get VSS files based on label

    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...
  6. Klyn610

    Version not found - error when trying to get by Label

    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...
  7. Klyn610

    Version not found - error when trying to get by Label

    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...
  8. Klyn610

    Using an existing Label to create a new label

    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...
  9. Klyn610

    Need to track "links/shares" between projects/files...

    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...
  10. Klyn610

    Need to track "links/shares" between projects/files...

    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...
  11. Klyn610

    Need to track "links/shares" between projects/files...

    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...

Part and Inventory Search

Back
Top