Re: [fossil-users] Check out files directly from remote repository

2012-01-11 Thread Konstantin Khomoutov
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

Re: [fossil-users] Check out files directly from remote repository

2012-01-10 Thread mario
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

Re: [fossil-users] Check out files directly from remote repository

2012-01-10 Thread Richard Hipp
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:/

[fossil-users] Check out files directly from remote repository

2012-01-10 Thread mario
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