RE: Promoting a mirror repository as a source repository

2010-11-05 Thread Tony Sweeney
Plus, you need to set a number of properties on the zeroeth revision of the target repository (if I recall correctly) and add a hook script for the sync user to be allowed to modify revision commit text in order for svnsync to run successfully. (And delete the revo #0 properties when you're done,

RE: Promoting a mirror repository as a source repository

2010-11-05 Thread Tony Sweeney
This is doable (I've done it). The shadow repository needs to have the same UUID as the source, and you either have to repoint the DNS at it or svn switch all existing clients. See Andrey's link for the skinny. Tony. -Original Message- From: Gingko [mailto:from_tig...@nospam.homelinux.o

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 repository that is a mirror repository

Re: Promoting a mirror repository as a source repository

2010-11-05 Thread Andrey Repin
Greetings, Gingko! > I have a (now theoretical) question : > Suppose I have a repository that is a mirror repository of a remote source > repository, regularly synced using svnsync. > Suppose now that the source repository become broken or deleted for any > reason (server breakdown, fire, etc)

Promoting a mirror repository as a source repository

2010-11-05 Thread Gingko
Hello again, I have a (now theoretical) question : Suppose I have a repository that is a mirror repository of a remote source repository, regularly synced using svnsync. Suppose now that the source repository become broken or deleted for any reason (server breakdown, fire, etc) So the only a

Re: Only two Windows binary distribution support SASL encryption?

2010-11-05 Thread Mark Phippard
> I have the Win 2003 server set up with SASL and encryption, as > stated earlier this week. > > The relevant portion of svnserve.conf: >  [sasl] > use-sasl = true > min-encryption = 128 > max-encryption = 256 > > and svn.conf: > pwcheck_method: auxprop > auxprop_plugin: sasldb > mech_list: DIGEST-

Re: Only two Windows binary distribution support SASL encryption?

2010-11-05 Thread Daniel Shahaf
That seems like reasonable information to add to the download page. John Alan Belli wrote on Fri, Nov 05, 2010 at 16:23:51 -0400: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have the Win 2003 server set up with SASL and encryption, as > stated earlier this week. > > The relevant po

Only two Windows binary distribution support SASL encryption?

2010-11-05 Thread John Alan Belli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have the Win 2003 server set up with SASL and encryption, as stated earlier this week. The relevant portion of svnserve.conf: [sasl] use-sasl = true min-encryption = 128 max-encryption = 256 and svn.conf: pwcheck_method: auxprop auxprop_plugin

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's exactly what SVNParentPath is supposed to le

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

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:38, Gingko wrote: >> That's exactly what SVNParentPath is supposed to let you do more easily and >> concisely. > > Except that it locks the possibility to have any other (custom) content at > the parent path. As I said earlier in the thread, I'll guess you can already ac

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

2010-11-05 Thread Gingko
- Original Message - From: "Ryan Schmidt" To: "Eramo, Mark" Cc: "Subversion User List" Sent: Friday, November 05, 2010 8:05 PM Subject: Re: Setting a web page at the repositories' parent URL > On Nov 5, 2010, at 13:50, Eramo, Mark wrote: > I have had success setting up several r

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

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:19, Ryan Schmidt wrote: > For what you showed, it should simply be: > > > SVNPath /path/to/ > SVNListParentPath On > And if I'd type it correctly, it would be: DAV svn SVNParentPath /path/to/ SVNListParentPath On

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

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:11, Eramo, Mark wrote: > Ryan Schmidt wrote: > >> On Nov 5, 2010, at 13:50, Eramo, Mark wrote: >> >>> I have had success setting up several repositories in Apache as follows... >>> >>> In the httpd-subversion.conf file, I have the various repositories defined >>> like th

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

2010-11-05 Thread Eramo, Mark
I had issues with SVNParentPath but I think it was how I set it up. When I set it up the way I showed, it worked well. When I was doing this, I did not find docs that explained SVNParentPath well enough to me so maybe that is why I had the setup issues. Regards, Mark -Original Message--

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

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 13:50, Eramo, Mark wrote: > I have had success setting up several repositories in Apache as follows... > > In the httpd-subversion.conf file, I have the various repositories defined > like this. > > > SVNPath /path/to/repo1 > . > . > . > > > > SVNPath /path/to/r

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

2010-11-05 Thread Eramo, Mark
Hi Gingko I have had success setting up several repositories in Apache as follows... In the httpd-subversion.conf file, I have the various repositories defined like this. SVNPath /path/to/repo1 . . . SVNPath /path/to/repo2 . . . SVNPath /path/to/repo3 . . . Then when I h

Re: Svn externals question

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 11:54, David Weintraub wrote: > The big problem with svn:externals is that they don't version very well. > The problem is that the external directories themselves aren't tagged > or branched when I did my tag or branch If this is important to you, then you should use the svnco

Re: Svn externals question

2010-11-05 Thread David Weintraub
On Fri, Nov 5, 2010 at 10:09 AM, Stefan Sperling wrote: > The designers of the externals feature envisioned maybe a handful > of external library dependencies that don't vary much over time. > These are automatically pulled into a working copy, much like an automated > svn checkout. > > But the de

Re: Svn externals question

2010-11-05 Thread David Weintraub
On Fri, Nov 5, 2010 at 9:49 AM, Hutchinson, Steve (UK) wrote: > Is there a simple way of identifying in a structure folders that have > external properties, come to think of it maybe any form of property ? Not 100% clear what you're looking for. You could be looking for one of two things: 1). Yo

Re: Svn externals question

2010-11-05 Thread Johan Corveleyn
On Fri, Nov 5, 2010 at 3:09 PM, Stefan Sperling wrote: > On Fri, Nov 05, 2010 at 01:49:03PM -, Hutchinson, Steve (UK) wrote: >> Hi, >> >> Currently we are attempting to use svn externals to help build various >> projects from what I would call a few "reuse" repositories. We are >> attempting t

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

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 10:36, Ryan Schmidt wrote: > On Nov 5, 2010, at 10:12, Gingko wrote: > >> 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) > > The only opti

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

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 10:12, Gingko wrote: > According to the documentation, if I set a configuration like this one : > > > DAV svn > SVNParentPath /var/lib/svn > > > ... I define a parent directory under which I can put all of my repositories. > > So I can access them like this : > > http:

Setting a web page at the repositories' parent URL

2010-11-05 Thread Gingko
Hello, I have a question concerning the "mod_dav_svn" module that Apache use for accessing the repositories. According to the documentation, if I set a configuration like this one : DAV svn SVNParentPath /var/lib/svn ... I define a parent directory under which I can put all of my re

Re: Svn externals question

2010-11-05 Thread Stefan Sperling
On Fri, Nov 05, 2010 at 11:03:58AM -0400, Jack Repenning wrote: > If you do switch to the approach Stefan suggests (and I agree, it's > probably more satisfactory) you also might want to use "svn switch" > instead of the svn:externals. You'll still have the auditable, > versioned definition of your

Re: Svn externals question

2010-11-05 Thread Jack Repenning
If you do switch to the approach Stefan suggests (and I agree, it's probably more satisfactory) you also might want to use "svn switch" instead of the svn:externals. You'll still have the auditable, versioned definition of your canonical configuration (in the form of the script), but also there

Re: Svn externals question

2010-11-05 Thread Stefan Sperling
On Fri, Nov 05, 2010 at 01:49:03PM -, Hutchinson, Steve (UK) wrote: > Hi, > > Currently we are attempting to use svn externals to help build various > projects from what I would call a few "reuse" repositories. We are > attempting to be "structured" as to what level of design hierarchy we > a

Re: Svn externals question

2010-11-05 Thread Jack Repenning
In a checked-out working copy, "svn status" marks directories loaded by virtue of svn:externals with an 'X'. Other props, and finding even that one from the repository, requires scripting a loop to use "svn plist" or similar, I believe. Sent from my iPhone On Nov 5, 2010, at 9:50 AM, "Hutchi

Svn externals question

2010-11-05 Thread Hutchinson, Steve (UK)
Hi, Currently we are attempting to use svn externals to help build various projects from what I would call a few "reuse" repositories. We are attempting to be "structured" as to what level of design hierarchy we apply the properties but sometimes when we inherit a design people can spend a bit of

svnsync checksum error

2010-11-05 Thread opensrcguru
List, I've got about 20 repos that have been successfully syncing (with svnsync) to two read only copies for a few months. The r/w copy and both r/o copies are located on a local LAN (different subnets separated by firewalls). Today, the sync process started failing on 1 repo (all others were una

mod_dav_svn segfaults upon PROPFIND to the SVNParentPath location (was: Re: apache coredump in mod_dav_svn)

2010-11-05 Thread Daniel Shahaf
Moving to d...@. (Please drop users@ from follow-ups.) Summary: segfault in mod_dav_svn with PROPFIND at the SVNParentPath location, reproducable with trunk. Daniel Shahaf wrote on Fri, Nov 05, 2010 at 14:03:26 +0200: > Rob Kooper wrote on Wed, Nov 03, 2010 at 22:54:57 -0500: > > I'm getting a c

Re: mergeinfo not inherrited when I thought it should

2010-11-05 Thread Pieter-Jan Busschaert
>> $ svn up -r 5 --depth=empty branch/subdir >> At revision 5.       <== doesn't change anything > > Yes it does. It changes the working revision of branch/subdir from 3 > to 5. Since this update didn't bring in new explicit mergeinfo on > branch/subdir, svn can now safely assume that the merge

Re: apache coredump in mod_dav_svn

2010-11-05 Thread Daniel Shahaf
Rob Kooper wrote on Wed, Nov 03, 2010 at 22:54:57 -0500: > I'm getting a core dump in mod_dav_svn, here is the backtrace: > ... > > This seems to happen when a propfind is performed on the parentpath of my > repository. Running the following curl makes the coredump happen: > > curl --request PR

Re: apache coredump in mod_dav_svn

2010-11-05 Thread Nico Kadel-Garcia
Perhaps you could also supply what your OS, Apache version, and Subversion version are? Are you up to Subversion 1.6.13, and did you build it yourself or are you using your particular OS's packaged version? On Wed, Nov 3, 2010 at 11:54 PM, Rob Kooper wrote: > I'm getting a core dump in mod_dav_sv

Problem with running minimal_client.c built in Visual C++ 2008 EE

2010-11-05 Thread Michał Gierwatowski
Hi all. I'm trying to build simple client application in Visual C++ 2008 EE. I get code from minimal_client.c, libraries from svn-win32-1.6.6.zip. I set up include path, library path, and in "Additional dependencies" I set up the following: libapr-1.lib libsvn_subr-1.lib libsvn_client-1.lib libsvn_

Re: Log problem

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 05:05, Johan Corveleyn wrote: > Just a wild guess: the syntax for the svn:externals property has > changed (in 1.5 I believe): the order of the URL and the target were > reversed (among other things). See > http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html. Could >

Re: mergeinfo not inherrited when I thought it should

2010-11-05 Thread Johan Corveleyn
On Thu, Nov 4, 2010 at 2:00 PM, Pieter-Jan Busschaert wrote: > Hello, > >>> There are a few things still not clear to me: >>> 1) Before this svn update, svn stat -u shows nothing out-of-date, so >>> it's strange that an update makes any difference. >> >> Try "svn stat -v", and you'll see the diffe

Re: Log problem

2010-11-05 Thread Johan Corveleyn
[small nit: please don't top-post on this list, i.e. put your reply at the bottom, or inline.] On Fri, Nov 5, 2010 at 9:22 AM, Florin Avram wrote: > Hi, > > Thank you for your reply. > My folders are up to date in my working copy, but the log information is the > same either when requested on wor

Re: Log problem

2010-11-05 Thread Florin Avram
Hi, Thank you for your reply. My folders are up to date in my working copy, but the log information is the same either when requested on working copy resources or when using the repository URLs. Is strange that there is a long time since I work with this working copy structure and suddenly some