failed commit that did not fail

2011-02-28 Thread Mark Keisler
I got this error on a commit because the rep-cache.db file in the repository had the wrong mode: Transmitting file data ... .

failed commit that did not fail

2011-02-28 Thread Mark Keisler
wn issue or shall I file a bug? Subversion command-line client, version 1.6.15. server is running 1.6.13, both are Linux. -- Mark Keisler

Re: svn usage tips

2010-03-02 Thread Mark Keisler
So are all of these projects in the same repository? That's what I was assuming. -- Mark "Blessed is he who finds happiness in his own foolishness, for he will always be happy." On Tue, Mar 2, 2010 at 2:21 PM, Bob Archer wrote: > Why not set up your projects so they only include the needed

Re: svn usage tips

2010-03-02 Thread Mark Keisler
On Tue, Mar 2, 2010 at 12:07 PM, Paul Decker wrote: > Hi list, > > > > I recently changed jobs and went from a cvs house to a svn house. They > have many projects and have an extensive shared source base. I would like > to know if there is a way to setup to check out a list of folders or > fi

merge BASE:HEAD vs update

2010-03-01 Thread Mark Keisler
I use *svn merge -r BASE:HEAD --dry-run .* to check what an update will do to me. Today, it predicted all kinds of trouble, but then update worked just fine. Why is that? % svn merge -r BASE:HEAD --dry-run . --- Merging r862 through r970 into 'TWiki/Plugins/ReqDocInfoPlugin.pm': G TWiki/Plugi

Re: How to authenticate Subversion with SASL2 + LDAP

2010-01-25 Thread Mark Keisler
I suppose it should work. >> >> Maybe someone else on the (correct) subversion users list can help you? >> >> You could also have a look at the cyrus-sasl mailing list and/or archive: >> http://cyrusimap.web.cmu.edu/lists.html >> >> Regards, >> Johan