Re: wierd issue with subversion edge

2011-11-16 Thread Mark Phippard
> This is the check out command from the repo tab in subversion edge > > 'svn co http://TargetProcess.companyname.com/svn/AccountProjects > AccountProjects --username=admin' > > > On file system the naming is F:\SVN\AccountProjects > > the checkout command has kept the casing of AccountProjects.

Re: wierd issue with subversion edge

2011-11-15 Thread Mark Phippard
On Tue, Nov 15, 2011 at 8:49 PM, j s wrote: > > On the svn server the repos are located as such > F:\SVNREPO\Project1 > > from client machine, i can access it using IE with following url > http://somewhere.com/svn/Project1 > > and not this > http://somewhere.com/svn/project1 > I am not aware of

Re: wierd issue with subversion edge

2011-11-15 Thread j s
From: Mark Phippard To: j s Cc: "users@subversion.apache.org" Sent: Tuesday, November 15, 2011 8:39 PM Subject: Re: wierd issue with subversion edge Subversion Edge is a "managed" server.  It writes the Apache configuration for you bas

Re: wierd issue with subversion edge

2011-11-15 Thread Mark Phippard
Subversion Edge is a "managed" server. It writes the Apache configuration for you based on fairly minimal input. Your URL should actually be something like: http://somewhere.com/svn/repos_name Subversion Edge configures the directive as which is where the /svn and it sets the SVNParentPath to

Re: wierd issue with subversion edge

2011-11-15 Thread j s
From: Andy Levy To: j s Cc: "users@subversion.apache.org" Sent: Tuesday, November 15, 2011 8:17 PM Subject: Re: wierd issue with subversion edge On Tue, Nov 15, 2011 at 20:10, j s wrote: > my old svn set up had apache serving the resposit

Re: wierd issue with subversion edge

2011-11-15 Thread Andy Levy
On Tue, Nov 15, 2011 at 20:10, j s wrote: > my old svn set up had apache serving the respository as > http://somewhere.com/SVNREPO/Project1 > i upgraded to subversion edge and now i see the http access as > http://somewhere.com/svnrepo/Project1 > not sure how it became lover case. > I don't want t

wierd issue with subversion edge

2011-11-15 Thread j s
my old svn set up had apache serving the respository as http://somewhere.com/SVNREPO/Project1 i upgraded to subversion edge and now i see the http access as http://somewhere.com/svnrepo/Project1 not sure how it became lover case. I don't want to instruct all developers to perform a switch withi