The Following User Says Thank You to HangLoose For This Useful Post: | ||
|
2009-12-25
, 11:55
|
Posts: 166 |
Thanked: 106 times |
Joined on Dec 2007
@ Finland
|
#2
|
I am developing with python and every time I need to copy files in and out, specially source code since it is starting to get to big, either I need to download the files with the browser or copy/paste source code from my local dev env to scratchbox.
Is there a better way of doing things? I want to open the source code file from scratchbox directly from my OS and also being able to send the files to some specified scratchbox directly.
|
2009-12-25
, 12:25
|
|
Posts: 319 |
Thanked: 289 times |
Joined on Sep 2009
@ Lisboa, Portugal
|
#3
|
|
2009-12-25
, 13:05
|
Posts: 166 |
Thanked: 106 times |
Joined on Dec 2007
@ Finland
|
#4
|
|
2009-12-25
, 21:42
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#5
|
sudo mount --bind /path/to/my/projects /scratchbox/users/mgrimme/home/mgrimme/Projects/
|
2009-12-28
, 13:48
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#6
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
I am developing with python and every time I need to copy files in and out, specially source code since it is starting to get to big, either I need to download the files with the browser or copy/paste source code from my local dev env to scratchbox.
Is there a better way of doing things? I want to open the source code file from scratchbox directly from my OS and also being able to send the files to some specified scratchbox directly.