Moving repository across servers : storage format problem

2010-11-04 Thread Gingko
I ask the question : How can I move repositories between computers running different OS, different versions of Subversion and different repository formats ? Is there any mean to convert a repository from one format to another ? And also : What are the actual formats identified by the numbers 1, 2, 3, 4 (and maybe 5, 6, etc) ?? Best regards, Gingko

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Gingko
- Original Message - From: "Andy Levy" To: "Gingko" Cc: "Subversion User List" Sent: Thursday, November 04, 2010 7:04 PM Subject: Re: Moving repository across servers : storage format problem This is precisely what svnadmin dump/load is designed to

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Gingko
- Original Message - From: "Les Mikesell" To: Sent: Thursday, November 04, 2010 8:27 PM Subject: Re: Moving repository across servers : storage format problem On 11/4/2010 2:14 PM, Gingko wrote: This is precisely what svnadmin dump/load is designed to address. So, st

Setting a web page at the repositories' parent URL

2010-11-05 Thread Gingko
ral SVN servers exhibiting this behavior. Is there a way to put a web page on this location? (for example a blank page, or a page with links to the only repositories that I want to be publicly accessible for reading) Best regards, GIngko

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Gingko
have any other (custom) content at the parent path. Maybe it could be a good idea to add an option (or eventually just an third allowable value to "SVNListParentPath") in order to open this a little. Gingko

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Gingko
- Original Message - From: "Ryan Schmidt" To: "Gingko" Cc: "Subversion User List" Sent: Friday, November 05, 2010 8:48 PM Subject: Re: Setting a web page at the repositories' parent URL On Nov 5, 2010, at 14:38, Gingko wrote: >> That&#x

Promoting a mirror repository as a source repository

2010-11-05 Thread Gingko
contains somewhere inside it information about the old source repository, given at the beginning by "svnsync initialize", which would certainly need to be removed) Gingko

Re: Promoting a mirror repository as a source repository

2010-11-05 Thread Gingko
- Original Message - From: "Andrey Repin" To: "Gingko" ; Sent: Saturday, November 06, 2010 1:30 AM Subject: Re: Promoting a mirror repository as a source repository Greetings, Gingko! I have a (now theoretical) question : Suppose I have a reposit

svnserve : anonymous access not working

2010-11-10 Thread Gingko
e corresponding line is : svn stream tcp nowait www-data /usr/bin/svnserve svnserve -i --log-file /var/log/svnserve.log -r /var/lib/svn I don't understand why it doesn't work. Isn't it enough to set "anon-access = read" for allowing anonymous reading access ? What am I doing wrong ? Best regards, Gingko

Re: svnserve : anonymous access not working

2010-11-10 Thread Gingko
- Original Message - From: "Gingko" To: "Subversion User List" Sent: Wednesday, November 10, 2010 5:39 PM Subject: svnserve : anonymous access not working Hello, I have a problem with svnserve : I want to configure it for allowing anonymous users to read it,

Re: svnserve : anonymous access not working

2010-11-10 Thread Gingko
- Original Message - From: "Daniel Shahaf" To: "Gingko" Cc: "Subversion User List" Sent: Wednesday, November 10, 2010 10:45 PM Subject: Re: svnserve : anonymous access not working I agree that anon-access=read should work. From looking at the code,

Re: svnserve : anonymous access not working on SASL

2010-11-13 Thread Gingko
- Original Message - From: "Daniel Shahaf" To: "Gingko" Cc: "Subversion User List" Sent: Wednesday, November 10, 2010 10:45 PM Subject: Re: svnserve : anonymous access not working I agree that anon-access=read should work. From looking at the code,

Re: svnserve : anonymous access not working

2010-11-17 Thread Gingko
- Original Message - From: "Bob Archer" To: "Gingko" ; "Subversion User List" Sent: Wednesday, November 17, 2010 3:40 PM Subject: RE: svnserve : anonymous access not working > I have a problem with svnserve : > > [..] > > Is

Re: svnserve : anonymous access not working

2010-11-17 Thread Gingko
- Original Message - From: "Bob Archer" To: "Gingko" ; "Subversion User List" Sent: Wednesday, November 17, 2010 8:14 PM Subject: RE: svnserve : anonymous access not working > -----Original Message- > From: Gingko [mailto:from_tig...@nos

Setting "use-commit-times" on project/directory/file basis

2011-07-07 Thread Gingko
ng a "svn:mtimes" property that could be set to files or directories in order to have Subversion recording file modification times (and restore them along with the corresponding files). Are there some plans for implementing something like that? Best regards, Gingko