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

    command get directory -> moving items

    I had the same problem. The work around I came up with was as follows: Batch file 1 - Essentially has a line for every folder in sourcesafe. I know this is tedious but you only have to do it once and add a line for every new folder you create. Every line has a call to Batch file 2 passing in...
  2. Shizzo

    Roll back solution

    You can't rollback in groups because SourceSafe doesn't take the assumption that all files are on the same version number. i.e. Version 10 on file A may not be the same as Version 10 on file B
  3. Shizzo

    command get recursive

    I did the same thing with batch files...try this Try this: ss get %SSPATH%/*.* -GL%Destination% -R- -I-Y Replace %SSPATH% with your sourcesafe path and replace %Destination% with your desired location for the files.
  4. Shizzo

    Files Checked Out No Longer Exist on Disk

    Someone with the proper rights can Undo the check out essentialy reverting it to the state before the check out.
  5. Shizzo

    command line list of users?

    No that I'm aware of. The command line ss.exe is made to be inclusive of the actual VSS GUI functionality and not the VSS Admin GUI. If you could list them you wouldnt need to put in such system variables such as SSUSER and SSPWD.
  6. Shizzo

    Pinning Versions

    It is possible to pin whole folders and multiple files but it has to be done through the command line. The VSS GUI isn't inclusive of all the command line features. Here is a link with the pinning command line syntax...
  7. Shizzo

    Search options/packing lists

    Is there a way to search by label or to have a get done from a packing list? I'm trying to institute a release based source code control and trying to figure out a way to be able to search which files have changed through the label. If this isn't plausible, what about using the command line...

Part and Inventory Search

Back
Top