Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

We are developing a .net program in which we plan to use source safe to manage the files...

To be able to allow other users to check out the files from their own homes is to deploy the files into a web server...Being the admin, instead of uploading the files in a web server, can we just use the local server, wherein the programmers can just be directed to our local server in the office from their own homes? I was just wondering if VSS has this kind of function...

 

By the way, my other problem is, the project is not actually a web site project...we just need a way for other programmers to check out/check in the files from their homes...

Posted

Well, not sure if you want to or not, but we use Source Safe here and when at home, we use a VPN connection to connect to our company network, that inturn lets us connect to the Source Safe server and check files in and out. Then you can always disconnect from the VPN when you are done.

 

I am not sure if VSS has a built in way of doing this over the web through web services or anything. VPN would be the way I would go.

"Nobody knows what I do until I stop doing it."
  • *Experts*
Posted

We use the same approach as Rick's office and it works great.

 

I don't believe VSS has any web interface for checking things in/out. If you really wanted/need that, there's nothing stopping you from doing it yourself - VSS is programmable through COM objects. Not sure if the effort would be worth it though...

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted (edited)

I guess someone has already made a web service for VSS. If you don't mind spending $99 for the pro version. I still perfer VPN, but call me old fashion.

 

VSS.NET

 

 

Ok, found another source for you, this was recommened, or linked from the MSDN site.

 

SourceGear

 

 

Hope this helps.

Edited by Rick_Fla
"Nobody knows what I do until I stop doing it."
Posted

The VPN access can be configured anywhere. Depends on how your network/system administrator would want. There are some firewalls that have VPN built in, just needs to be configured and the client machine configured.

 

Once the client machine connects to the VPN, then connecting to the Source Safe server would be just as if you were sitting in the network. Should not have to change the Source Safe server/Client at all.

"Nobody knows what I do until I stop doing it."

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...