Re: How to automatically update files on alioth from svn

2005-11-30 Thread Anthony DeRobertis
Frank Küster wrote: > What do you mean > with https? I don't want to only check out individual files from a > websvn site, but complete directories, including new files. http://svnbook.red-bean.com/en/1.1/ch06s04.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: How to automatically update files on alioth from svn

2005-11-30 Thread Marc Haber
On Wed, 30 Nov 2005 15:31:34 +0100, Frank Küster <[EMAIL PROTECTED]> wrote: >Yann Dirson <[EMAIL PROTECTED]> wrote: >> Frank wrote: >>> - how to authenticate the transfer, since the svn repository and the >>> webspace is on different machines. >> >> https or svn+ssh to access the repo should prov

Re: How to automatically update files on alioth from svn

2005-11-30 Thread Frank Küster
Yann Dirson <[EMAIL PROTECTED]> wrote: > Frank wrote: > >> - how to authenticate the transfer, since the svn repository and the >> webspace is on different machines. > > https or svn+ssh to access the repo should provide the level of > authentication you need, or do I miss something ? With svn+

Re: How to automatically update files on alioth from svn

2005-11-29 Thread Richard Atterer
On Tue, Nov 29, 2005 at 10:30:04PM +0100, Yann Dirson wrote: > I have written a small post-commit hook for a somewhat different usage > (the original problem was versionning the hooks themselves). I've been doing this for quite a while with a variety of SVN repos, with very different users and c

Re: How to automatically update files on alioth from svn

2005-11-29 Thread Yann Dirson
Frank wrote: > I'd like to keep the files in the "Project Home Page" area of alioth in > our SVN repository, and I'm looking for a way to automate the updating > of these pages. I have written a small post-commit hook for a somewhat different usage (the original problem was versionning the hooks t

Re: How to automatically update files on alioth from svn

2005-10-26 Thread Enrico Zini
On Wed, Oct 26, 2005 at 03:38:08PM +0200, Frank Küster wrote: > I'd like to keep the files in the "Project Home Page" area of alioth in > our SVN repository, and I'm looking for a way to automate the updating > of these pages. I've done if for a number of projects (like buffy). You can have a lo

Re: How to automatically update files on alioth from svn

2005-10-26 Thread Helmut Wollmersdorfer
Frank Küster wrote: - how to write the hook so that only specific files are uploaded, and put into the right location - how to authenticate the transfer, since the svn repository and the webspace is on different machines. Has anybody already set up something like this? Only on the s

How to automatically update files on alioth from svn

2005-10-26 Thread Frank Küster
Hi, I'd like to keep the files in the "Project Home Page" area of alioth in our SVN repository, and I'm looking for a way to automate the updating of these pages. Ideally, we would use some post-commit hook that causes the changed html file to be uploaded from svn.debian.org to alioth.debian.org,