|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
OT-develing on several machinesHi
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 Jon Doe wrote:
> Hi Source control is an invaluable tool for developing on multiple PC's. Do > > 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 your work on PC A, commit your code, check-out to PC B, carry on. I happen to use CVS, but you might prefer SourceSafe, Subversion, or others. Neil B "Jon Doe" <JD@nospam.org> wrote in message Absolutely do use source control - even if you're only using a single news:7ADEEF47-E1A3-48B6-9871-EB9E6FB8CEE0@microsoft.com... > 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? machine! I happen to use Visual Studio Team System, but you could use Source Safe or SourceGear Vault or CVS or SVN or Perforce or ... Many source control vendors have licenses that permit use by a single developer for free, even if the product is otherwise commercial (e.g. Vault, Perforce). Of course, the open-source tools are always free, but in my experience have inferior integration with Visual Studio - if that matters to you. -cd |
|||||||||||||||||||||||