Re: dreaded "Decompression of svndiff data failed" question

2011-06-23 Thread martin
On Thu, 23 Jun 2011 22:34:54 +0200, Stefan Sperling wrote: On Thu, Jun 23, 2011 at 08:50:05AM +0200, martin wrote: Hi all, I've searched the list and could not find an answer to this. I've run into the dreaded "Decompression of svndiff data failed" problem. Running http://www.szakmeister.net/

Re: Exclude a directory from a copy.

2011-06-23 Thread Gavin Baumanis
I am not sure if I am missing something or not... Possibly just "this" user error I have created a test repo as a test bed for the reintegration step. and created the following structure; /trunk /trunk/wanted /trunk/unwanted /branches I then did a WC->WC copy; svn copy trunk/ branches/myNewBr

Re: Question about splitting/merging repository

2011-06-23 Thread Ryan Schmidt
On Jun 23, 2011, at 20:01, Jean-Yves Avenard wrote: > On 24 June 2011 05:33, Ryan Schmidt wrote: >> You should be able to meet the "same revision numbers across both >> repositories" goal by inserting empty revisions for the ones not applicable >> to the projects in each new repo (the tools shoul

Re: Question about splitting/merging repository

2011-06-23 Thread Jean-Yves Avenard
On 24 June 2011 05:33, Ryan Schmidt wrote: > You should be able to meet the "same revision numbers across both > repositories" goal by inserting empty revisions for the ones not applicable > to the projects in each new repo (the tools should do this for you when you > use the right arguments).

Apache Subversion 1.7.0-alpha2 Released

2011-06-23 Thread Hyrum Wright
I'm happy to announce Apache Subversion 1.7.0-alpha2, the next public pre-release of the 1.7.x series, is now available. Please choose the closest mirror to you by visiting: http://subversion.apache.org/download/#pre-releases The SHA1 checksums are: 05cebe1817e171e20dcf5ffa6dce9612217525

Re: branch question

2011-06-23 Thread Geoff Hoffman
What I mean by that is, it may have ramifications down the road for *your workflow* (I can't think of any obvious examples), but svn copy [from] [to] works on any path, local or remote, as you would expect. On Thu, Jun 23, 2011 at 1:57 PM, Geoff Hoffman wrote: > Not in any general sense, no. > >

Re: branch question

2011-06-23 Thread Geoff Hoffman
Not in any general sense, no. On Thu, Jun 23, 2011 at 1:27 PM, Phil Pinkerton wrote: > Any issues with creating a branch from a branch? no trunk and no merge > back to first branch ? > > > Phil > > >

Re: dreaded "Decompression of svndiff data failed" question

2011-06-23 Thread Stefan Sperling
On Thu, Jun 23, 2011 at 08:50:05AM +0200, martin wrote: > Hi all, > > I've searched the list and could not find an answer to this. > > I've run into the dreaded "Decompression of svndiff data failed" > problem. > > Running http://www.szakmeister.net/fsfsverify/utility trying to fix > it I end up

branch question

2011-06-23 Thread Phil Pinkerton
Any issues with creating a branch from a branch? no trunk and no merge back to first branch ? Phil -- " The fundamental principle here is that the justification for a physical concept lies exclusively in its clear and unambiguous relation to the facts that it can be experienced"   AE Please F

Re: dreaded "Decompression of svndiff data failed" question

2011-06-23 Thread Ryan Schmidt
On Jun 23, 2011, at 01:50, martin wrote: > I'm using svn 1.5.1 You should really upgrade. Many bugs were fixed in later 1.5.x versions, and even more in 1.6.x. The first 1.7.x test release was just published, so you can expect 1.7.0 final to be released before too long, at which time support f

Re: Question about splitting/merging repository

2011-06-23 Thread Ryan Schmidt
On Jun 23, 2011, at 02:58, Jean-Yves Avenard wrote: > Should mention that I would like the revision number and history to > remain the same across both repo; so people can easily move their > existing checkout using svn switch. You should be able to meet the "same revision numbers across both re

Re: Get changed files only ?

2011-06-23 Thread Ryan Schmidt
On Jun 23, 2011, at 03:32, Andrea Antonio Maleci wrote: > I need to get full changed/added files from a revision to another. > I need only that files not all branch. > I suppose the only way is to do a script using svn log. > There is another way to do this ? Yes you'll need a script. The list o

dreaded "Decompression of svndiff data failed" question

2011-06-23 Thread martin
Hi all, I've searched the list and could not find an answer to this. I've run into the dreaded "Decompression of svndiff data failed" problem. Running http://www.szakmeister.net/fsfsverify/utility trying to fix it I end up with a string of errors. So far I've seen: - Error Inv

Re: [Patch] get-deps.sh fails to find sqlite-amalgamation

2011-06-23 Thread Daniel Shahaf
moving to dev@ Simon Olofsson wrote on Thu, Jun 23, 2011 at 15:05:39 +0200: > Hi, > > when trying to build SVN 1.6 from this branch: > http://svn.apache.org/repos/asf/subversion/branches/1.6.x > get-deps.sh fails, because sqlite-amalgamation has been moved: > > --2011-06-23 14:47:38-- > http://

FW: Possible bug moving file and then deleting directory

2011-06-23 Thread Patrick Quirk
You're right, I apologize.  I tried again and the directory is still marked as out of date but a tree conflict does not occur after updating.  I must have ran the update in my head... Thanks for taking the time to confirm this! From: Bert Huijben [mailto

RE: Possible bug moving file and then deleting directory

2011-06-23 Thread Bert Huijben
Patrick, I can't reproduce the tree conflict in either of those cases using the combination of a trunk client and repository. (I can reproduce it with 1.6) Can you please verify if you really used the right binaries for your test? I can reproduce it up to the out of date er

[Patch] get-deps.sh fails to find sqlite-amalgamation

2011-06-23 Thread Simon Olofsson
Hi, when trying to build SVN 1.6 from this branch: http://svn.apache.org/repos/asf/subversion/branches/1.6.x get-deps.sh fails, because sqlite-amalgamation has been moved: --2011-06-23 14:47:38-- http://www.sqlite.org/sqlite-amalgamation-3.7.5.tar.gz Resolving www.sqlite.org... 67.18.92.124 C

Re: Possible bug moving file and then deleting directory

2011-06-23 Thread Mark Phippard
If you re-read the FAQ, you will see that no one disagrees with you. This is simply how it has to work based on Subversion's design. On Thu, Jun 23, 2011 at 9:07 AM, Patrick Quirk wrote: > ** > > Using the Collabnet binaries rolled from r1136035 I see the same behavior > using the

AW: How to setup SVN with HTTPS on Apache for Windows?

2011-06-23 Thread Stuempfig, Thomas
I suggested in svnbook-...@red-bean.com to update to apache 2.2. Regards Thomas -Ursprüngliche Nachricht- Von: Cooke, Mark [mailto:mark.co...@siemens.com] Gesendet: Donnerstag, 23. Juni 2011 11:00 An: Stuempfig, Thomas; users@subversion.apache.org Betreff: RE: How to setup SVN with HTTPS

Re: Exclude a directory from a copy.

2011-06-23 Thread Daniel Shahaf
Konstantin Kolinko wrote on Thu, Jun 23, 2011 at 11:48:46 +0400: > 2011/6/23 Gavin Baumanis : > > Hi there everyone, > > > > I am just wondering if there is a short-hand way of excluding a directory > > from a copy? > > > > I am wanting to create a branch from the trunk - but omit a specific > >

RE: How to setup SVN with HTTPS on Apache for Windows?

2011-06-23 Thread Cooke, Mark
> Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] > Gesendet: Mittwoch, 22. Juni 2011 22:47 > An: Rob van Oostrum > Cc: Robert Dailey; Subversion (SVN) Mailing List > Betreff: Re: How to setup SVN with HTTPS on Apache for Windows? > > Get everything working as a regular http://server/svn/re

RE: Get changed files only ?

2011-06-23 Thread Andrea Antonio Maleci
I need to get full changed/added files from a revision to another. I need only that files not all branch. I suppose the only way is to do a script using svn log. There is another way to do this ? Thanks, A. > -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: marted

Question about splitting/merging repository

2011-06-23 Thread Jean-Yves Avenard
Hi there. I would like to split our subversion repository as it has now attained a size that makes it difficult to easily backup/maintain and there are several area in that repo dedicated to projects no longer maintained Before I proceed, I would like to ask to questions in order to confirm that

WG: How to setup SVN with HTTPS on Apache for Windows?

2011-06-23 Thread Stuempfig, Thomas
Hi all, inhttp://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html I read the following: * Getting httpd 2.0 up and running with the mod_dav module Can't we use apache 2.2? Regards Thomas Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] Gesendet: Mittwoch, 2

Re: Exclude a directory from a copy.

2011-06-23 Thread Konstantin Kolinko
2011/6/23 Gavin Baumanis : > Hi there everyone, > > I am just wondering if there is a short-hand way of excluding a directory > from a copy? > > I am wanting to create a branch from the trunk - but omit a specific > directory from the copy as it contains about 1GB of binary data that are not > r