On Tue, 10 Jan 2012 21:24:00 +0100
ma...@include-once.org wrote:
> Probably missing something very obvious. But how do you
> get the current set of files from a remote repository? (Using
> the command line, not the server UI.)
>
> With SVN or GIT you can just do a checkout on the server
> url wit
2012/1/10 Richard Hipp :
>
> How about:
>
> wget 'http://fsl.example.com/repo/tarball/x.tgz?uuid=trunk'
>
>>
Ah okay, thanks. That makes it easy enough.
wget 'http://fsl.example.com/repo/tarball/.?uuid=trunk' -O- | pax -rz
It only required the additional zip privilege for nobody.
Which is
On Tue, Jan 10, 2012 at 3:24 PM, wrote:
> Probably missing something very obvious. But how do you
> get the current set of files from a remote repository? (Using
> the command line, not the server UI.)
>
> With SVN or GIT you can just do a checkout on the server
> url with e.g.
>svn co http:/
Probably missing something very obvious. But how do you
get the current set of files from a remote repository? (Using
the command line, not the server UI.)
With SVN or GIT you can just do a checkout on the server
url with e.g.
svn co http://svn.example.org/repos/proj/trunk proj
git clone g
4 matches
Mail list logo