Re: Usage of Subversion in Intersystem's Cache

2010-03-31 Thread Ulrich Eckhardt
On Wednesday 31 March 2010, Shajahan Mohammed wrote: > Dear Madam/Sir, Ahem, you are aware that you are not talking to a service person but to a public mailing list with thousands of readers, right? > We are doing Projects using Intersystem's Cache. We have downloaded > the 'Subversion for Win32

Re: weird merge

2010-03-31 Thread Ryan Schmidt
On Mar 31, 2010, at 03:31, Cooke, Mark wrote: >> On Mar 30, 2010, at 18:55, Xavier Noria wrote: >> >>> Can I tell to svn that it totally forget revisions < 3000 ? >> >> Doing so is a very invasive procedure. I don't recommend it. >> It's likely to cause more problems than it solves. >> >>> Th

XML output for svnlook

2010-03-31 Thread Giulio Troccoli
I'm using Subversion 1.6.9 and I noticed that svnlook changed does not have an option for XML output. Before filing a request for this, I would like to see if there is any support on the list. Regards, Giulio Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate,

RE: weird merge

2010-03-31 Thread Cooke, Mark
> On Mar 31, 2010, at 03:31, Cooke, Mark wrote: > > >> On Mar 30, 2010, at 18:55, Xavier Noria wrote: > >> > >>> Can I tell to svn that it totally forget revisions < 3000 ? > >> > >> Doing so is a very invasive procedure. I don't recommend it. > >> It's likely to cause more problems than it sol

Re: weird merge

2010-03-31 Thread Ryan Schmidt
On Mar 31, 2010, at 04:07, Cooke, Mark wrote: > I thought there was a way to persuade "svnadmin load" to keep the > revision numbers but on looking I cannot find anything. It seems to > renumber revs by default. However, I have a repository that I created > from a VSS conversion and used dumpfil

Errors during updates to externals are not propagated to parent svn command

2010-03-31 Thread Paul Richards
Hi, When I update a checkout containing externals, I notice that errors during updates to the externals are not propagated to the exit code of the top level svn command. D:\Projects>svn update trunk Fetching external item into 'trunk\A' External at revision 2344. Fetching external item into 'trun

RE: Spurious svn:mergeinfo updated on random, untouched files on minimalistic merge?!

2010-03-31 Thread Ben
Thank you very much for that helping link! This is exactly the type of background information I've been looking for. With the help of your linked article, if found out that on the root directory a mergeinfo was set. I tried to removed the existing property as workaround on both trunk & branch.

Re: Usage of Subversion in Intersystem's Cache

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 12:32:02AM -0400, Andy Levy wrote: > On Wed, Mar 31, 2010 at 00:24, Shajahan Mohammed > wrote: > > We have downloaded the 'Subversion for Win32, version 1.4.6.' > > You have downloaded a very old release of Subversion which is no > longer supported beyond critical securit

RE: Spurious svn:mergeinfo updated on random, untouched files on minimalistic merge?!

2010-03-31 Thread Geoff Rowell
In addition to adding merge info to your working copy target, merge info will be added to any file or folder under a target folder if the file or folder already has an "svn:mergeinfo" property. This will happen even if the original "svn:mergeinfo" property is empty. The only way to correct this is

Re: Out of memory error while merging

2010-03-31 Thread RoboJ1M
On 19 Mar, 13:16, RoboJ1M wrote: > Hi, > > I'm having a problem with our new SVN system. > Initially I thought it was a problem with TortoiseSVN but after > discussing it on their mailing list and performing the same actions in > command line svn it seems the problem further up the pipe. > > Anywa

svn stat - show source of copied files

2010-03-31 Thread Stanimir Stamenkov
I'm trying to determine the source of an added file after rename, for example, prior the changes are committed. Is it possible? I have not been able to find out how using the stat command. All I get is the + indicator: svn stat A +path/to/myfile D myfile FWIW, I've seen this wit

RE: Spurious svn:mergeinfo updated on random, untouched files on minimalistic merge?! -- SOLVED !!!

2010-03-31 Thread Ben
Geoff - Thank you very much for your extensive advice of how to avoid these problems! We'll definitly implement your hint regarding a subversion hook. My problem was not any existing svn:mergeinfos. Neither the source nor the target contained *any* svn:mergeinfo except one at the target root. But

Re: svn stat - show source of copied files

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 05:09:08PM +0300, Stanimir Stamenkov wrote: > I'm trying to determine the source of an added file after rename, > for example, prior the changes are committed. Is it possible? Yes, you can use svn info: $ svn info alpha.copy Path: alp

RE: svnadmin create not honoring sticky bit

2010-03-31 Thread Ullrich.Jans
Hi, users-return-1912-ullrich.jans=elektrobit@subversion.apach e.org wrote: > Subject: RE: svnadmin create not honoring sticky bit > > Stefan Sperling wrote: >> On Tue, Mar 30, 2010 at 02:16:50PM +0200, >> ullrich.j...@elektrobit.com wrote: > >>> ls -l test1/db/rep-cache.db test2/db/rep-cac

One commit two repositories

2010-03-31 Thread Jeff Abbott
During an audit we found a one commit pushed files from one folder into two repositories. The commit occurred following a successful switch. It appears the switch was still running in the background so files were split across the two branches. Does anyone have an explanation? I am usin

strange problem running svnserve server with -d

2010-03-31 Thread Banani Banerjee
Hi! I am trying to find out the reason behind svnserve's behavior I have configured svnserve server(1.6.5) on Fedora 12. I could ran the following commands after configuration svn update svn list svn commit svn checkout But, when next time ( after stopping,ctrl-c and then starting svnserve) when I

Re: Spurious svn:mergeinfo updated on random, untouched files on minimalistic merge?! -- SOLVED !!!

2010-03-31 Thread Stanimir Stamenkov
Wed, 31 Mar 2010 16:22:37 +0200, /Ben/: My problem was not any existing svn:mergeinfos. Neither the source nor the target contained *any* svn:mergeinfo except one at the target root. But I finally found the solution! My problem was: *svnversion reported 3128P* I have no clue how this occu

LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Lee Kaufman
I have been set the task of setting up SVN and connecting Authentication and Authorization to our MS Active Directory system. The SVN is now running on a Debian Linux server. I have successfully set up Authenticated to authenticate users who have access to the SVN system based on a Security Group

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman wrote: > I have been set the task of setting up SVN and connecting Authentication and > Authorization to our MS Active Directory system.  The SVN is now running on > a Debian Linux server.  I have successfully set up Authenticated to > authenticate use

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: > On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman > wrote: > > I have been set the task of setting up SVN and connecting Authentication and > > Authorization to our MS Active Directory system.  The SVN is now running on > > a Debian Linux

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman >> wrote: >> > I have been set the task of setting up SVN and connecting Authentication >> > and >> > Authorization to our MS A

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 02:28:53PM -0700, Aaron Turner wrote: > On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: > > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: > >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman > >> wrote: > >> > I have been set the task of setting up SV

subscribing

2010-03-31 Thread Jeremy Mordkoff
I'm having trouble subscribing. if there's a trick please let me know. I sent mail to users-subscribe with just 'subscribe j...@zeevee.com' in the body no answer. We use a lot of project branches, that is, we branch from trunk, develop a feature and then merge it back to trunk. Quite often,

RE: subscribing

2010-03-31 Thread Bob Archer
> I'm having trouble subscribing. if there's a trick please let me know. I > sent mail to users-subscribe with just 'subscribe j...@zeevee.com' in the > body no answer. You are sending an email to users-subscr...@subversion.apache.org ? No subject no body? > We use a lot of project branches,

Multiple Lines for groups in authz conf file

2010-03-31 Thread Paul Gier
I'm using mod_authz to specify permissions in svn. Is there a way to list the group members on multiple lines instead of just a single line? For example, instead of: [groups] developers=joe, frank, bob I would like to have something like: [groups] developers= joe, frank, bob Will this work?

Re: subscribing

2010-03-31 Thread Konstantin Kolinko
2010/4/1 Bob Archer : >> I'm having trouble subscribing. if there's a trick please let me know. I >> sent mail to users-subscribe with just 'subscribe j...@zeevee.com' in the >> body no answer. > > You are sending an email to users-subscr...@subversion.apache.org ? No > subject no body? > See

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 2:38 PM, Stefan Sperling wrote: > On Wed, Mar 31, 2010 at 02:28:53PM -0700, Aaron Turner wrote: >> On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: >> > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: >> >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman