473,406 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Internet-Based Version Control Service

I work both from home and at a client site. The client does not allow
private computers to be connected to their LAN. It is getting to be a real
pain trying to keep all the files synchronized between the two environments.
It's embarrassing to show up at a meeting without the latest versions of all
the files... :-(

I've tried all the usual "file copy" methods, stick, internet backup,
emails, but something always seems to get left out. With over 27,000 files
in My Documents and its subdirectories I guess it's no wonder. ;-) I want
to let version control keep track of it for me.

I have used Microsoft Visual SourceSafe for years, and never had any
corruption problems.

I know I could work around my Verizon DSL dynamic IP address and my
router/firewall and use my home server but I'd rather not face that learning
curve now.

So far I've found
http://www.freepository.com/
but I'm having problems getting WinCVS to work. The problem with
non-trivial open source apps is the 'documentation' never seems to match
what is on the screen... ;-)

Subversion has 8 entries under "Sites that Offer Subversion Hosting"
http://subversion.tigris.org/project_links.html
but again there is the learning curve of a new VC tool to master.

Does anyone know of a VSS or VSS-Like internet service?

Thanks.

-- Mark
Nov 21 '05 #1
6 1008
Don't know of any VSS like services, but one thing I used to do in a case
like this was to use a USB Drive, and not copy to and from, but rather work
directly on the USB drive. This way I know what I worked on last was always
on the drive.

Not sure if the client would allow you to use a USB drive, but thought I'd
pass the suggestion on.

--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein

"Mark Jerde" <ma********@verizon.no.spam.net> wrote in message
news:#k*************@tk2msftngp13.phx.gbl...
I work both from home and at a client site. The client does not allow
private computers to be connected to their LAN. It is getting to be a real pain trying to keep all the files synchronized between the two environments. It's embarrassing to show up at a meeting without the latest versions of all the files... :-(

I've tried all the usual "file copy" methods, stick, internet backup,
emails, but something always seems to get left out. With over 27,000 files in My Documents and its subdirectories I guess it's no wonder. ;-) I want
to let version control keep track of it for me.

I have used Microsoft Visual SourceSafe for years, and never had any
corruption problems.

I know I could work around my Verizon DSL dynamic IP address and my
router/firewall and use my home server but I'd rather not face that learning curve now.

So far I've found
http://www.freepository.com/
but I'm having problems getting WinCVS to work. The problem with
non-trivial open source apps is the 'documentation' never seems to match
what is on the screen... ;-)

Subversion has 8 entries under "Sites that Offer Subversion Hosting"
http://subversion.tigris.org/project_links.html
but again there is the learning curve of a new VC tool to master.

Does anyone know of a VSS or VSS-Like internet service?

Thanks.

-- Mark

Nov 21 '05 #2
Wayne wrote:
Don't know of any VSS like services, but one thing I used to do in a
case like this was to use a USB Drive, and not copy to and from, but
rather work directly on the USB drive. This way I know what I worked
on last was always on the drive.

Not sure if the client would allow you to use a USB drive, but
thought I'd pass the suggestion on.


I forgot to mention there are other people working on parts of the projects,
including a full-time C++ developer. Version control is really a necessity.

-- Mark
Nov 21 '05 #3
Check out Vault or SourceOffSite from Sourcegear.com

"Mark Jerde" <ma********@verizon.no.spam.net> wrote in message
news:ma********@verizon.no.spam.net:
Wayne wrote:
Don't know of any VSS like services, but one thing I used to do in a
case like this was to use a USB Drive, and not copy to and from, but
rather work directly on the USB drive. This way I know what I worked
on last was always on the drive.

Not sure if the client would allow you to use a USB drive, but
thought I'd pass the suggestion on.


I forgot to mention there are other people working on parts of the
projects,
including a full-time C++ developer. Version control is really a
necessity.

-- Mark


Nov 21 '05 #4
Brian Swanson wrote:
Check out Vault or SourceOffSite from Sourcegear.com


These would be fine if I was running my own server exposed to the internet.
I'm not. I'm looking for a VSS/Vault/... host analogous to my web host,
www.discountASP.net.

I think I found a solution. I got subversion working, and there are 4 or 5
hosts listed here in my price range.
http://subversion.tigris.org/project_links.html

Subversion is a lot different from VSS but I'm starting to like it.

-- Mark
Nov 21 '05 #5
Mark Jerde wrote:
Subversion has 8 entries under "Sites that Offer Subversion Hosting"
http://subversion.tigris.org/project_links.html
but again there is the learning curve of a new VC tool to master.

Does anyone know of a VSS or VSS-Like internet service?


You might be better off hosting something yourself. IMO Subversion is a
real PITA to set up... But if you have a server out on the net you have
access to CVS would be really easy. Takes 2 seconds to get a repository
working and works as long as you have an account on the server. I even
think there are Visual Studio plugins for CVS.

- Dan
Nov 21 '05 #6
Mark Jerde wrote:
Subversion has 8 entries under "Sites that Offer Subversion Hosting"
http://subversion.tigris.org/project_links.html
but again there is the learning curve of a new VC tool to master.


FWIW I'm successfully using Subversion both locally and on an internet host.
It's a different way of thinking than VSS but I think I'll grow to like it.

-- Mark
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Stefan Mueller | last post by:
I've just installed phpMyAdmin. If I have the line $cfg = 'http://localhost/php/phpmyadmin'; in my config.inc.php I can login to phpMyAdmin without any problems from my local machine. But it's...
12
by: Cliff Wells | last post by:
Hi, I'm writing an application that needs to know if an Internet connection is available. Basically, I want to have something similar to what a lot of email clients have, where the app can work...
1
by: J-miami | last post by:
I am just starting to learn Perl. I had an idea that there should be free open-source Internet Cafe management software for Linux. I searched around online but couldn't find anything. The...
6
by: Matt Hawley | last post by:
I'm facing a problem where I need to verify that my windows forms application has access to the internet before it can do anything. Currently, the only way I can think of is by creating a...
56
by: Raphi | last post by:
Hi, I've been using an Access application I wrote for an office with the front-end stored on all computers and the back-end on one of them serving as an Access file server. Now we're moving...
3
by: Jonny | last post by:
Hi, Please could you tell me how to check for an internet connection in C. I'm using Windows 2000. Many Thanks, Jonny
0
by: jfranco | last post by:
GANHE DINHEIRO COM A INTERNET E AJUDA MÚTUA! Pode parecer mais uma daquelas falsas notícias que você vê por aí, MAS POR FAVOR LEIA este texto para entender, é muito fácil, simples e funciona!! O...
2
by: shalin123 | last post by:
The problem is with the Internet speed in our house. we have a 10 Mbps connection which is used by around 10 people. When anyone used to download stuff using torrents the internet speed used to...
15
by: ingejg | last post by:
I am starting to study internet synchronization, and my head is still spinning since internet is not my forte, however my boss is breathing down my neck at the moment. Our company has only one...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.