Re:OT-develing on several machines
I develop in VMWare virtual machines (one per customer).
These virtual machines are located on an external HD, so I can work on
whatever machine I want (just have to install the VMWare player to work
with it). Every night this disk is backuped to tape.
VSS (or another source control program) is needed when
- you work with more than one developer
- if you want to have sourcecode history.
I use VSS because of the second reason (and in some cases for the first
one).
tomb wrote:
Quote
I have a drive on my home network that houses all the source code -
regardless of the machine I'm using, I open the project from the
network. That way my network backup always catches the current source
code. Key point though, my execution path is local on each machine I use.
T
Jon Doe wrote:
>Hi
>
>Sorry for this OT post.
>What is the norm when you have to use 2 or more machines when you
>develop? I
>use a workstation as my main developer machines, but quite often I
>need to
>use my laptop instead for variouse reasons. How does people tend to
>handle
>the issue with saving y our source code. I guess that I could use
>sourcesafe
>on my fileserver, but what do people normally do? Save projects to a
>fileshare or do you store files locally and move it between machines?
>
>/JD
>
-