![]() |
2008-09-10
, 22:39
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#3
|
Subversion hosted on a Garage project, perhaps?
![]() |
2008-09-10
, 22:42
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#4
|
![]() |
2008-09-10
, 22:46
|
|
Posts: 283 |
Thanked: 60 times |
Joined on Nov 2005
@ It's dark in here. I hear laughing.
|
#5
|
The Following User Says Thank You to frethop For This Useful Post: | ||
![]() |
2008-09-10
, 22:48
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#6
|
![]() |
2008-09-10
, 22:51
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#7
|
![]() |
2008-09-10
, 22:52
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#8
|
![]() |
2008-09-11
, 09:57
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#9
|
git init git add . git commit -m"Put version x.y of abcd under git"
git clone user@machine:path-to-where-the.git-dir-is
git pull
git pull user@machine:path-to-where-the.git-dir-is
![]() |
2008-09-11
, 12:16
|
|
Posts: 283 |
Thanked: 60 times |
Joined on Nov 2005
@ It's dark in here. I hear laughing.
|
#10
|
![]() |
Tags |
development, portable, sdk |
Thread Tools | |
|
sometimes I use my laptop to develop apps and sometimes my desktop computer, both running with ubuntu. Now I want to move my work from one computer to the other. How would you solve this problem? My idea was an external drive and some vmware solution. Or maybe a subversion repo?