cannot delete directory with deleted zombie-locked file

2016-02-09 Thread cpengr
Hello all, There is a "zombie" lock on a deleted file which prevents me from deleting one of its still-existing parent directories from the svn repository. I'm thinking it's a bug that allowed us to get into this state to begin with. I'm hoping (1) that there's a workaround that will let me nuke i

Re: Subversion crashes on list with an empty format 3 repo

2016-02-09 Thread Michael Osipov
Am 2016-02-09 um 21:12 schrieb Branko Čibej: On 09.02.2016 17:42, Michael Osipov wrote: Isn't it worth to file any issue which makes Subversion to able to read repos in either file encoding but write only Unix style? We should read files that we expect the user to edit -- e.g., fsfs.conf -- in

Re: Subversion crashes on list with an empty format 3 repo

2016-02-09 Thread Branko Čibej
On 09.02.2016 17:42, Michael Osipov wrote: > Isn't it worth to file any issue which makes Subversion to able to > read repos in either file encoding but write only Unix style? We should read files that we expect the user to edit -- e.g., fsfs.conf -- in text mode. Revision files, however, are not

Re: Subversion crashes on list with an empty format 3 repo

2016-02-09 Thread Michael Osipov
Am 2016-02-07 um 01:22 schrieb Daniel Shahaf: Michael Osipov wrote on Fri, Feb 05, 2016 at 23:34:16 +0100: Am 2016-02-05 um 22:10 schrieb Ivan Zhakov: 'vn: E160033: Invalid name for FS type 'fsfs ]]] We know now that the repo is mangled. The output of the last line is broken btw. It should rea

extern a subsection of a project?

2016-02-09 Thread Cooke, Mark
Folks, I want to `extern` just part of an open source project into my code. So I was thinking to: 1. create a new repo and import the source as trunk. 2. create a branch from trunk 3. remove the folders (and files) I do not need to build my project 4. tag the new branch 5. extern the tag into m

Re: Question to svn merge (merge just parts of a diff)

2016-02-09 Thread Kai Behncke
Hi Bert, first of all thank you for your response. The following is exactly my case: "If you have local changes, and then an update comes in with changes, you have a different situation. In that case we start a merge operation, that may or may not complete automatically depending on the combin

RE: Question to svn merge (merge just parts of a diff)

2016-02-09 Thread Bert Huijben
> -Original Message- > From: Kai Behncke [mailto:kai.behn...@uni-osnabrueck.de] > Sent: dinsdag 9 februari 2016 07:49 > To: users@subversion.apache.org > Subject: Question to svn merge (merge just parts of a diff) > > Dear users, > > I`m quite new to svn. I would like to know it the fol