Re: Synced mirror bug? checksum mismatch

2011-03-24 Thread Gert Kello
> We occasionally see a checksum mismatch error on some small files that block > commits to *mirror* repo locations.  Today’s offending file was .java Sounds like http://subversion.tigris.org/issues/show_bug.cgi?id=3445 If You can You change the mirror setup so that SVNMasterURI has same path par

Re: Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-24 Thread Ryan Schmidt
On Mar 24, 2011, at 10:12, wrote: > we're trying to set up the following config: > > http://svnserver/svn/parentpathtest > |- repo1 > |- repo2 > \

Synced mirror bug? checksum mismatch

2011-03-24 Thread Andersen, Krista
Hi SVN Users, We occasionally see a checksum mismatch error on some small files that block commits to *mirror* repo locations. Today's offending file was .java However - when I specifically commit the same file to a *master* repo location there is no error. I see this behavior using TortoiseS

Re: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Steve Cohen
On 03/24/2011 05:11 PM, Bob Archer wrote: On 03/24/2011 05:01 PM, Bob Archer wrote: On 03/23/2011 08:02 PM, David Huang wrote: On Mar 23, 2011, at 7:52 PM, Pat Farrell wrote: On 03/23/2011 08:34 PM, Konstantin Kolinko wrote: You are not giving much specifics, so how can people know what

RE: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Bob Archer
> On 03/24/2011 05:01 PM, Bob Archer wrote: > >> On 03/23/2011 08:02 PM, David Huang wrote: > >>> > >>> On Mar 23, 2011, at 7:52 PM, Pat Farrell wrote: > >>> > On 03/23/2011 08:34 PM, Konstantin Kolinko wrote: > > You are not giving much specifics, so how can people know > what > >> is go

Re: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Steve Cohen
On 03/24/2011 05:01 PM, Bob Archer wrote: On 03/23/2011 08:02 PM, David Huang wrote: On Mar 23, 2011, at 7:52 PM, Pat Farrell wrote: On 03/23/2011 08:34 PM, Konstantin Kolinko wrote: You are not giving much specifics, so how can people know what is going on in your case? Specifics for c

RE: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Bob Archer
> On 03/23/2011 08:09 PM, Pat Farrell wrote: > > On 03/23/2011 09:02 PM, David Huang wrote: > >> If you're sure that the mergeinfo is bogus, why not just delete > it? > >> e.g., svn propdel svn:mergeinfo > fnfapp/src/java/com/fnfbook/bean/FilterListBase.java > > > > I'm sure. I'll try that. > > I

RE: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Bob Archer
> On 03/23/2011 08:02 PM, David Huang wrote: > > > > On Mar 23, 2011, at 7:52 PM, Pat Farrell wrote: > > > >> On 03/23/2011 08:34 PM, Konstantin Kolinko wrote: > >>> You are not giving much specifics, so how can people know what > is going on > >>> in your case? > >> > >> Specifics for complete 10

Re: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Steve Cohen
On 03/23/2011 08:09 PM, Pat Farrell wrote: On 03/23/2011 09:02 PM, David Huang wrote: If you're sure that the mergeinfo is bogus, why not just delete it? e.g., svn propdel svn:mergeinfo fnfapp/src/java/com/fnfbook/bean/FilterListBase.java I'm sure. I'll try that. I have not tried it before,

Simultaneos accesses to SVNAuthzFile

2011-03-24 Thread Rodrigo Montenegro
Guys, I was wondering if a problem could happen when the SVNAuthzFile is accessed by more than one proccess. Example: Apache reading SVNAuthzFile to check authorizations and some administrator editing the file to give some user permissions. Rodrigo Mont

Re: Non-file based checkout?

2011-03-24 Thread Les Mikesell
On 3/24/2011 10:38 AM, Clifford Yapp wrote: That sounds like where I need to go - this is a C application so I need to be talking to the library API, and in-memory would perform much better. Are you really going to do a full checkout of something different every time you start the app? Most

Re: automatic headers w/version info doe it support

2011-03-24 Thread Andy Levy
On Thu, Mar 24, 2011 at 12:57, Viana, Nydia (FL51) wrote: > Does SVN supports automatically updating file headers with version > information?  If so how? That depends upon your definition of "file headers" and "version information." Subversion does have keyword substitution. http://svnbook.red-b

automatic headers w/version info doe it support

2011-03-24 Thread Viana, Nydia (FL51)
Does SVN supports automatically updating file headers with version information? If so how? Nydia Viana Aerospace-Clearwater (Space) 727-539-5970 nydia.vi...@honeywell.com This e-mail, and any attachments thereto, are intended only for use by the addressee(s) named herein and contain Honey

Re: Non-file based checkout?

2011-03-24 Thread Clifford Yapp
On Thu, Mar 24, 2011 at 12:10 PM, Stefan Sperling wrote: > The LGPLv2 and APLv2 are compatible. > Just list both licences in your copyright notices, and you can > redistribute the derived work containing both Subversion's code > and your own LGPLv2 code. Files from Subversion which you modify > m

Re: Non-file based checkout?

2011-03-24 Thread Stefan Sperling
On Thu, Mar 24, 2011 at 11:38:39AM -0400, Clifford Yapp wrote: > Urm. I see the license changed here: > http://svn.apache.org/viewvc/subversion/trunk/LICENSE?revision=878444&view=markup > > So in order to work with svn_ra.h and use LGPLv2 for my code, I'd need > a clean separation between the sv

Re: Non-file based checkout?

2011-03-24 Thread Clifford Yapp
Thanks everyone for the responses! On Thu, Mar 24, 2011 at 7:38 AM, Stefan Sperling wrote: > > Another approach would be going beneath the client API (Subversion is > a stack of layers, with a public API at each layer -- so you're not > confined to the client API). > Take a look at the repository

Re: SVN always thinks a few certain files need to be merged

2011-03-24 Thread Steve Cohen
On 03/23/2011 08:02 PM, David Huang wrote: On Mar 23, 2011, at 7:52 PM, Pat Farrell wrote: On 03/23/2011 08:34 PM, Konstantin Kolinko wrote: You are not giving much specifics, so how can people know what is going on in your case? Specifics for complete 100% reproducable problem: do svn up

Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-24 Thread Ullrich.Jans
Hi, we're trying to set up the following config: http://svnserver/svn/parentpathtest |- repo1 |- repo2 \- repo3 The internal users of the projec

Re: Non-file based checkout?

2011-03-24 Thread Nico Kadel-Garcia
On Wed, Mar 23, 2011 at 8:12 PM, Clifford Yapp wrote: > Hi!  I'm looking at using the subversion libraries to handle data, and > I would like to integrate them into an application for > revisioning/managing computer aided design geometry information. > > Looking over the client API, it seems to as

Re: Non-file based checkout?

2011-03-24 Thread Stefan Sperling
On Wed, Mar 23, 2011 at 08:12:57PM -0400, Clifford Yapp wrote: > Hi! I'm looking at using the subversion libraries to handle data, and > I would like to integrate them into an application for > revisioning/managing computer aided design geometry information. > > Looking over the client API, it se

Re: SVN EQ Recovery

2011-03-24 Thread Stefan Sperling
On Tue, Mar 22, 2011 at 08:27:39PM -0700, bdu12 wrote: > Hello, > > I use to have two SVN repositories and a single trac DB setup running > in Ubuntu on vmware. The server had a cron daily job that ran each > night doing incremental backups onto an email server (the incremental > backups, backs u

Non-file based checkout?

2011-03-24 Thread Clifford Yapp
Hi! I'm looking at using the subversion libraries to handle data, and I would like to integrate them into an application for revisioning/managing computer aided design geometry information. Looking over the client API, it seems to assume that a checkout will result in a file in a filesystem path

RE: SVN is causing errors.

2011-03-24 Thread Cooke, Mark
Hello, > -Original Message- > From: chudapati09 [mailto:samjaco...@gmail.com] > Sent: 24 March 2011 05:11 > To: users@subversion.apache.org > Subject: SVN is causing errors. > > > I'm new to the whole SVN thing, it's pretty sweet so I > thought I might try it out on my home computer.