CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Oct 2006
    Posts
    1

    Question C# Sourcesafe Automation

    I'm using the attached class to try and automate sourcesafe from within a C# application that I am developing.

    I call the .OpenDB method and this work's fine. Then I call the following:

    .GetItem("$/Pluto/", ref sLocalPath, (int)SourceSafeTypeLib.VSSFlags.VSSFLAG_RECURSYES);

    Which in my understanding should get the project called "Pluto" from Sourcesafe recursing through all the directories within that project and copy them to the supplied LocalPath?

    What is happening is that any files that are directly in the project "Pluto" are being copied but the sub directories and items within them are not.

    Any ideas?

    Thanks in advance...




    Neil
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured