Re: About subversion configure with apache2

2013-08-13 Thread Ryan Schmidt
On Aug 13, 2013, at 02:09, Steven Wee wrote: > I configure subversion works with apache2,and configure the > virtual host for working, I want used the “SVNListParentPath” option to show > all repository, and I configure the virtual host at apache2 used > DAV svn …, when I visi

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-13 Thread Philip Martin
Geoff Field writes: >> When I try to reproduce the problem I get a HEAD request that >> generates >> "404 not found" rather than "401 unauthorized". What sort of >> authentication have you configured? Are you using path-based authz? > > Here's what I think is the relevant section of our httpd

RE: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-13 Thread Geoff Field
> From: Philip Martin > Sent: Tuesday, 13 August 2013 19:59 PM > Geoff Field writes: > >> -Original Message- > >> From: Philip Martin > >> Sent: Monday, 12 August 2013 18:57 PM Geoff Field writes: > >> > >> I can't reproduce that. Can you look in the apache log > files to see > >> the

RE: Strange behavior

2013-08-13 Thread John Maher
Thanks Andrew, I started going through your steps and discovered something. My repository is called either iERP85_v2 or iERP85_V2. Visual SVN reports the latter but the former works with the client. Don't know which nor why one product chooses one over the other. My mistake was assuming I mak

RE: Strange behavior

2013-08-13 Thread John Maher
Thanks Johan, I'll have to try it. -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: Tuesday, August 13, 2013 11:42 AM To: John Maher Cc: Ryan Schmidt; Subversion Users Subject: Re: Strange behavior On Tue, Aug 13, 2013 at 4:12 PM, John Maher wrote: > Thanks Ryan

Re: Strange behavior

2013-08-13 Thread Johan Corveleyn
On Tue, Aug 13, 2013 at 4:12 PM, John Maher wrote: > Thanks Ryan. I learned a lot from your reply. Namely the global-ignores are > really local global-ignores and I have to copy the config file over to anyone > who may import. > As of version 1.8 (for the svn client), there is a new feature c

RE: Strange behavior

2013-08-13 Thread Andrew Reedick
> -Original Message- > From: John Maher [mailto:jo...@rotair.com] > Sent: Tuesday, August 13, 2013 9:40 AM > To: Thorsten Schöning; users@subversion.apache.org > Subject: RE: Strange behavior > > Hi Thorsten > > A good response to a less than good post. People could take lessons > from

Re: Strange behavior

2013-08-13 Thread Thorsten Schöning
Guten Tag John Maher, am Dienstag, 13. August 2013 um 15:39 schrieben Sie: > Follow the book on how it instructs to import a project then > it becomes impossible to merge and branch. Branching is always possible and always equally cheap regardless of what you did before, because it breaks down to

RE: Strange behavior

2013-08-13 Thread John Maher
Thanks Ryan. I learned a lot from your reply. Namely the global-ignores are really local global-ignores and I have to copy the config file over to anyone who may import. I also appreciate your description of the in-place import. I like the idea of being able to un-add a file. That allows yo

RE: Strange behavior

2013-08-13 Thread John Maher
One thing I forgot to mention is that yes, I know of Tortoise. I started with that. It works good for the most commonly used stuff, but falls short as a complete solution. So I really need to know how the "real" tool works. That is why I am struggling with the command line. JM -Origina

RE: Strange behavior

2013-08-13 Thread John Maher
Hi Thorsten A good response to a less than good post. People could take lessons from you. Actually, its been a frustrating week. Sometimes subversion accepts the wrong slash in a path, other times it does not. Sometimes it enforces case sensitivity in a url other times it does not. Follow t

RE: Strange behavior

2013-08-13 Thread John Maher
Thanks Mark, that's an excellent shortcut. JM -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: Monday, August 12, 2013 4:05 PM To: John Maher Cc: Bob Archer; Edwin Castro; users@subversion.apache.org Subject: Re: Strange behavior On Mon, Aug 12, 2013 at 3:27 PM,

RE: Strange behavior

2013-08-13 Thread John Maher
An excellent alternative. I will keep this in mind. Thanks Andrew JM -Original Message- From: Andrew Reedick [mailto:andrew.reed...@cbeyond.net] Sent: Monday, August 12, 2013 3:52 PM To: John Maher; users@subversion.apache.org Subject: RE: Strange behavior > -Original Message

RE: Strange behavior

2013-08-13 Thread John Maher
Thanks David. For the past week and a half I've been wrestling with this thing. Searching, reading, trying, back to searching. Time to switch gears but I needed to get over this hurdle. I'm now on the second repository I have to dispose of (and all the history with it) so I hope the 3rd time

Re: Balancing and proxing

2013-08-13 Thread Naumenko, Roman
On 2013/08/12 8:35 PM, Nico Kadel-Garcia wrote: > Nico Kadel-Garcia > Email: nka...@gmail.com > Sent from iPhone > > On Aug 9, 2013, at 20:12, Roman Naumenko > >> You mean this one (svn clustering)? >> http://www.wandisco.com/get?f=documentation/datasheets/DataSheet-Clustering.pdf >> >> It doesn't

RE: Strange behavior

2013-08-13 Thread John Maher
Thanks Bob. You have been very helpful. I didn't know that there was an html version of the book. I've been using the pdf version and haven't found a way to search that. The global ignores worked. Now I'm on to my third repository. I hate having to lose all the history I'm accumulated, but

Re: Cope with IPv6

2013-08-13 Thread Thorsten Schöning
Guten Tag Okabayashi, Hirotsugu, am Dienstag, 13. August 2013 um 10:52 schrieben Sie: > [Client] [...] > -Edit hosts file(Don't use DNS) > We registered the host name of NAT64 as SVN server. What does this mean? You can only map IP addresses to host names in this file. Does the host name of NAT

Re: Cope with IPv6

2013-08-13 Thread Ivan Zhakov
On Tue, Aug 13, 2013 at 12:52 PM, Okabayashi, Hirotsugu wrote: > Dear Daniel, > > Thank you for your reply and I'm sorry to be late. >> > > -Only with IPv6, the Operating system handle the authentication. >> > >> > What does this mean? > Sorry, let me explain about that in detail. > With IPv4, TS

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-13 Thread Philip Martin
Geoff Field writes: >> -Original Message- >> From: Philip Martin >> Sent: Monday, 12 August 2013 18:57 PM >> Geoff Field writes: >> >> I can't reproduce that. Can you look in the apache log files >> to see the failed request? Can you reproduce the problem >> over http? Can you provi

RE: Cope with IPv6

2013-08-13 Thread Okabayashi, Hirotsugu
Dear Daniel, Thank you for your reply and I'm sorry to be late. > > > -Only with IPv6, the Operating system handle the authentication. > > > > What does this mean? Sorry, let me explain about that in detail. With IPv4, TSVN displays TSVN's authentication window. With IPv6, however, TSVN displays

RE: About subversion configure with apache2

2013-08-13 Thread Cooke, Mark
Note: please use "plain text" if possible for this list. > -Original Message- > From: Steven Wee [mailto:wmkm0...@gmail.com] > Sent: 13 August 2013 08:09 > To: users@subversion.apache.org > Subject: About subversion configure with apache2 > > Hi: > > I configure subvers

About subversion configure with apache2

2013-08-13 Thread Steven Wee
Hi: I configure subversion works with apache2,and configure the virtual host for working, I want used the "SVNListParentPath" option to show all repository, and I configure the virtual host at apache2 used DAV svn ., when I visit the domain, I response the message: "403 Forbidd