开发者

Working with VSS and ASP.NET

开发者 https://www.devze.com 2022-12-22 04:04 出处:网络
i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in a VSS server.

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 w开发者_如何学Pythonhole 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


If by VSS you mean Visual Source Safe, then you would basically need to use its API to get the documents. I.e. a little short of writing a client for it.

Here's an article with info where you can find the VSS API: http://weblogs.asp.net/nilotpal/archive/2006/04/27/444199.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号