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/
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
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
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).
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
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.
>
>
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
>
>
>
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
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
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
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
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
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
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://
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
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
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
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
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
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
> >
> 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
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
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
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
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
25 matches
Mail list logo