Working with VSS and ASP.NET
        Posted  
        
            by Tyzak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tyzak
        
        
        
        Published on 2010-03-05T08:55:48Z
        Indexed on 
            2010/05/23
            4:20 UTC
        
        
        Read the original article
        Hit count: 283
        
hello, i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in a VSS server.
i'm looking for a way how to "check out" or "copy" a Document (later on the whole vss structure with documents) and put it on in a folder on an IIS Server.
how can i do that?
--> copy a document from vss TO Folder on IIS Server [ Later all documents in the original strucutre]
bye the way, its important that the documents keep their original creationdate.
thanks in advance
© Stack Overflow or respective owner