svn version in other format

2011-11-08 Thread sureshkumar nandakumar
Hi, I need SVN branch all the files along with all the versions in zip or tar format. I Know using svn dump, we can take svn branch all the files along with versions. But it can be read only if we load any SVN repository. Instead of loading the dump files in some other repository, I want to

Re: Subversion repository config problem

2011-11-08 Thread Tony Butt
On Wed, 2011-11-09 at 06:28 +0200, Daniel Shahaf wrote: > On Wednesday, November 09, 2011 11:03 AM, "Tony Butt" > wrote: > > On Tue, 2011-11-08 at 13:50 +0200, Daniel Shahaf wrote: > > > Tony Butt wrote on Tue, Nov 08, 2011 at 15:07:55 +1100: > > > > Hi all, > > > > > > > > We have recently upgr

Re: Subversion repository config problem

2011-11-08 Thread Daniel Shahaf
On Wednesday, November 09, 2011 11:03 AM, "Tony Butt" wrote: > On Tue, 2011-11-08 at 13:50 +0200, Daniel Shahaf wrote: > > Tony Butt wrote on Tue, Nov 08, 2011 at 15:07:55 +1100: > > > Hi all, > > > > > > We have recently upgraded our subversion servers from 1.6.17 to 1.7.1, > > > and as I usual

Re: Subversion repository config problem

2011-11-08 Thread Tony Butt
On Tue, 2011-11-08 at 13:50 +0200, Daniel Shahaf wrote: > Tony Butt wrote on Tue, Nov 08, 2011 at 15:07:55 +1100: > > Hi all, > > > > We have recently upgraded our subversion servers from 1.6.17 to 1.7.1, > > and as I usually do when making the 'semi-major' upgrade, dumped and > > reloaded the rep

constraint failed Error during update

2011-11-08 Thread Andre Stollenwerk
Hi Everybody, since my update to the 1.7 release I encounter regular errors caused by svn externals. The actual error message is: constraint failed EXTERNALS.def_repos_relpath may not be NULL I could figure out that the location of the repository on my hard disk is also influencing the whole pro

Good strategies for incorporating an external code drop

2011-11-08 Thread KARR, DAVID
Subversion works fine when developers have access to the SVN repo. I'm working on a project where one of the developers for one of the projects doesn't have access to our network. When he makes changes he sends me a zip file with the new contents of the project. When I incorporate his changes

Re: Creating commits with empty changesets

2011-11-08 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Tue, Nov 08, 2011 at 13:27:46 +0100: > Am 08.11.2011 12:53, schrieb Daniel Shahaf: > >Regarding empty revisions, even if Subversion prevents them in the UI > >I won't be entirely surprised to discover that a program written to our > >lower-level public APIs can create such

Re: Creating commits with empty changesets

2011-11-08 Thread Ulrich Eckhardt
Am 08.11.2011 12:53, schrieb Daniel Shahaf: Regarding empty revisions, even if Subversion prevents them in the UI I won't be entirely surprised to discover that a program written to our lower-level public APIs can create such revisions nonetheless. As you proved yourself, it can be done with th

Re: Creating commits with empty changesets

2011-11-08 Thread Daniel Shahaf
Jö Fahlke wrote on Tue, Nov 08, 2011 at 12:47:43 +0100: > Am Tue, 8. Nov 2011, 12:53:47 +0200 schrieb Daniel Shahaf: > > How does git-svn deal with a revision that contains only no-op text > > mods and no prop mods (such as the one you created in your > > COPYING's history)? > > You get a revisio

Re: Subversion repository config problem

2011-11-08 Thread Daniel Shahaf
Tony Butt wrote on Tue, Nov 08, 2011 at 15:07:55 +1100: > Hi all, > > We have recently upgraded our subversion servers from 1.6.17 to 1.7.1, > and as I usually do when making the 'semi-major' upgrade, dumped and > reloaded the repository. > 1.6 and 1.7 use the same backend format. dump/load ga

Re: Creating commits with empty changesets

2011-11-08 Thread Jö Fahlke
Am Tue, 8. Nov 2011, 12:53:47 +0200 schrieb Daniel Shahaf: > How does git-svn deal with a revision that contains only no-op text > mods and no prop mods (such as the one you created in your > COPYING's history)? You get a revision with no changes in file content compared to the previous revision

Re: Creating commits with empty changesets

2011-11-08 Thread Nico Kadel-Garcia
On Tue, Nov 8, 2011 at 4:47 AM, Jö Fahlke wrote: > Am Tue,  8. Nov 2011, 09:05:39 + schrieb Giulio Troccoli: >> I really don't understand why you can't use >> >> svn pe svn:log >> >> This doesn't change history, the commit you did doesn't change. >> You're only correcting a mistake in the mes

Re: Creating commits with empty changesets

2011-11-08 Thread Daniel Shahaf
On Tuesday, November 08, 2011 10:47 AM, "Jö Fahlke" wrote: > Am Tue, 8. Nov 2011, 09:05:39 + schrieb Giulio Troccoli: > > I really don't understand why you can't use > > > > svn pe svn:log > > * Because it creates problems for people who already updated to the faulty > commit (e.g. with

Re: Creating commits with empty changesets

2011-11-08 Thread Jö Fahlke
Am Tue, 8. Nov 2011, 09:05:39 + schrieb Giulio Troccoli: > I really don't understand why you can't use > > svn pe svn:log > > This doesn't change history, the commit you did doesn't change. > You're only correcting a mistake in the message. * Because the server does not allow it. * Becaus

RE: issue-tracking + subversion (via svn+ssh)

2011-11-08 Thread Cooke, Mark
> -Original Message- > From: Ted Stern [mailto:dodecath...@gmail.com] > Sent: 07 November 2011 23:23 > To: users@subversion.apache.org > Cc: Nico Kadel-Garcia > Subject: issue-tracking + subversion (via svn+ssh) > > I'm attempting to coordinate issue-tracking software with my > subversion

Re: Creating commits with empty changesets

2011-11-08 Thread Giulio Troccoli
On 07/11/11 21:34, Jö Fahlke wrote: Hi! Is there any way to do a commit with and empty changeset, but non-empty commit message? I made a typo in a commit message. Unfortunately the typo isn't just cosmetic, since it is right in a revision number referencing another commit. Even more unfortun