> My problem now is that I normally have the working copy of my svn
> repository in the directory called
>    /worespace/svn/project-x/...
> 
> How can I access this directory from a scratchbox shell? I have googled
> around but found no real soltion for this problem (which might seem
> simple, but is not easy to slove for me).

Either  a) use svnserve or ssh to access the repo,
        b) do checkouts and commits outside of Scratchbox
           (in /scratchbox/users/username/home/username), or
        c) bind-mount the repository somewhere under
           /scratchbox/users/username (might be a really bad idea).

I vote for a).  b) is also a good approach (you might also want to edit
the code outside of Scratchbox if you're actively developing the
software).

timo


_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to