Hypervisor Support - Virtual Guest Image Versioning

2011-12-11 Thread ray
on implementing Apache/SVN on such a hosted service and any about overall system configuration. ray

Subversion transactions within post-commit

2011-08-02 Thread Ray Rashif
Hi list I've been stumped by this issue for months. I had never enough time to troubleshoot it, so I'm finally desperate after having spent an entire day trying to figure things out. We have a _local_ checkout of the repository on our server, and our post-commit hook needs to run svn-add, svn-rm

Re: Subversion transactions within post-commit

2011-08-02 Thread Ray Rashif
On 3 August 2011 04:37, David Weintraub wrote: > NO! NO! NO! AUUUGGGHHH! > > Never update a repository with a hook.! That's why you're given the > relatively safe "svnlook" command. It allows you to look, but not > touch a repository. > ... > SNIP > ... Arrrgghhh damn it! Exactly what I feared. E

Re: Subversion transactions within post-commit

2011-08-02 Thread Ray Rashif
On 3 August 2011 05:47, Nico Kadel-Garcia wrote: > That's what "svn checkout" for initial setup, and "svn update" or "svn > revert" of the local copy are for. We already have that working, I just outlined the current setup: http://files.foobar.org/ is a direct file mirror (less revision control;

Re: Subversion transactions within post-commit

2011-08-03 Thread Ray Rashif
On 4 August 2011 01:59, David Weintraub wrote: > ... > SNIP > ... > I have what I call my Kitchen Sink pre-commit trigger that does all > sorts of stuff. One of the tasks it can do is "ban" files based upon > their name (either regular expression or Ant glob). If a user adds a > file with a forbid

SVN Mail List Help

2011-10-26 Thread Ray Joseph
erent binary packages please send email to the Subversion users mailing list <mailto:users@subversion.apache.org> ." I would like to learn about the differences between the different binaries for Windows Thanks, ray

Authentication Failure

2010-02-16 Thread Ray Madigan
Im sure this question has been answered in a way that make a difference for my implementation, but I am unable to find it. I have worked all day and haven't been able to get past the results of the first 10 minutes. I am running the svnserve daemon on one machine, ip=...30 and am tryint to access

[svn-policy] Anonymous read in toplevel but deny read deeper

2010-10-01 Thread Ray Rashif
Hi all I have something like the following: [groups] admin = joe contrib = susan, mark devs = andy, jane [/] * = r [/trunk] @admin = rw [/trunk/contrib] @contrib = rw @devs = rw [/trunk/dev] * = @contrib = @devs = rw Unfortunately, authentication does not work, and anyone can read '/trunk/de