Two svn/apache servers accessing one database

2010-06-04 Thread Richard England
Are there any possible repercussions of having two server both running Apache/SVN (same version) accessing the same database files? This is using FSFS. Is this likely to cause data corruption or anything nasty? ~~R

Re: Vague error with subversion + apache22 + freebsd

2010-06-04 Thread Michael Zatopek
On Jun 4, 2010, at 3:36 PM, Bruce A. Mah wrote: If memory serves me right, Michael Zatopek wrote: I've done my best to verify that there are no network related issues. Does anybody else have the most recent subversion + apache22 + Freebsd 8.0 running? I kinda feel like there's some sort of ver

Re: Vague error with subversion + apache22 + freebsd

2010-06-04 Thread Bruce A. Mah
If memory serves me right, Michael Zatopek wrote: > I've done my best to verify that there are no network related issues. > Does anybody else have the most recent subversion + apache22 + > Freebsd 8.0 running? I kinda feel like there's some sort of version > incompatibility happening. > > Is

Re: I need a volunteer subversion manager

2010-06-04 Thread vishwajeet singh
I would like to offer my help for same On Sat, Jun 5, 2010 at 12:16 AM, Bob Archer wrote: > AFAIK there are many one line hosters that provide free svn hosting to > non-profits for open source projects. > > > > BOb > > > > > > > > *From:* Thomas Garrod [mailto:whidbeyto...@gmail.com] > *Sent:*

Re: Any data compression between server and client?

2010-06-04 Thread Mark Phippard
On Fri, Jun 4, 2010 at 3:08 PM, Je suis la poubelle wrote: >     I'm looking for some information but can't find it.  Precisely, > I'm wondering if there's any data compression between SVN server and > client.  Since SVN is based on web server, and precisely Apache > server, and it seems to me th

Any data compression between server and client?

2010-06-04 Thread Je suis la poubelle
Hi, I'm looking for some information but can't find it. Precisely, I'm wondering if there's any data compression between SVN server and client. Since SVN is based on web server, and precisely Apache server, and it seems to me that Apache supports gz compressed data through HTTP (if the clie

RE: I need a volunteer subversion manager

2010-06-04 Thread Bob Archer
AFAIK there are many one line hosters that provide free svn hosting to non-profits for open source projects. BOb From: Thomas Garrod [mailto:whidbeyto...@gmail.com] Sent: Friday, June 04, 2010 2:42 PM To: users@subversion.apache.org Subject: I need a volunteer subversion manager Dear Subversi

I need a volunteer subversion manager

2010-06-04 Thread Thomas Garrod
Dear Subversion friends. Call me stupid, call me tech-ignorant, or call me lazy, but I'm having difficulty understanding how to set up subversion. Part of my problem is that I am the director of the organization; I don't get as much chance to focus on this. And frankly, the manual puzzles me. Keel

Re: Big problem with svn:mergeinfo, feature branches and merging (reintegrate)

2010-06-04 Thread Mike Dixon
On 6/4/2010 9:54 AM, sNop wrote: 4) the result looks like this ( I show it with the help of the TortoiseSVN ): Could you describe the problem using text, please? I'd really rather not download some video from Megaupload onto my work computer, thanks. -Mike

Big problem with svn:mergeinfo, feature branches and merging (reintegrate)

2010-06-04 Thread sNop
Hi, I have big problems with reintegrating feature branches. I have this problem only with one reposity location. I show it on example: 1) I create branch ( feature branch ) 2) I switch to this branch 3) I change/edit one file in this feature branch and commit ( the filename which i change is *_a

Re: Vague error with subversion + apache22 + freebsd

2010-06-04 Thread Michael Zatopek
I've done my best to verify that there are no network related issues. Does anybody else have the most recent subversion + apache22 + Freebsd 8.0 running? I kinda feel like there's some sort of version incompatibility happening. Is there any way to get more detailed error logs out of subvers

Re: How to delete directory with at symbol in the name

2010-06-04 Thread Stefan Sperling
On Fri, Jun 04, 2010 at 04:35:24AM -0500, Ryan Schmidt wrote: > I reproduced Russell's problem using Subversion 1.6.11 on Mac OS X 10.6.3 > (svn copying to "my...@head" did create an item in the repo called > "my...@head") I've filed an issue: http://subversion.tigris.org/issues/show_bug.cgi?id=

Re: How to delete directory with at symbol in the name

2010-06-04 Thread Stefan Sperling
On Fri, Jun 04, 2010 at 11:24:37AM +0200, Stefan Sperling wrote: > On Thu, Jun 03, 2010 at 04:58:23PM -0500, Russell E Glaue wrote: > > If you accidentally put the at symbol in a directory name like this: > > > > svn copy http://svn.domain.com/repos/trunk/my...@49 > > http://svn.domain.com/repos

Re: How to delete directory with at symbol in the name

2010-06-04 Thread Ryan Schmidt
On Jun 4, 2010, at 04:24, Stefan Sperling wrote: > On Thu, Jun 03, 2010 at 04:58:23PM -0500, Russell E Glaue wrote: >> If you accidentally put the at symbol in a directory name like this: >> >> svn copy http://svn.domain.com/repos/trunk/my...@49 >> http://svn.domain.com/repos >> /trunk/my...@head

Re: How to delete directory with at symbol in the name

2010-06-04 Thread Stefan Sperling
On Thu, Jun 03, 2010 at 04:58:23PM -0500, Russell E Glaue wrote: > If you accidentally put the at symbol in a directory name like this: > > svn copy http://svn.domain.com/repos/trunk/my...@49 > http://svn.domain.com/repos j> /trunk/my...@head -m "bring back rev 49 from the dead" > > You end up w

RE: Wanted: pre-commit hook to prevent commits to externals definition

2010-06-04 Thread David Aldrich
Hi Ryan and Daniel > Right. I don't think the server would be able to tell that a commit came > from a working copy that, on the client side, had been created by an > externals definition. I think it all looks the same to the server so I > don't think such a hook script can be implemented. Thank