[Svnmerge] Error during "svnmerge.py init"
nick aschberger
nick.aschberger at gmail.com
Thu Oct 25 18:59:54 PDT 2007
Hi All,
Below is all the output with -v -v. I ran this on CentOS4 with Python
v.2.3.4 (svnmerge.py require v2.0 or later).
I had to snip out our local filenames, but this should explain what
happened.
thanks!
Nick Aschberger
./bin/svnmerge.py -v -v init svn+ssh://<path_to_repo>/trunk
svn --non-interactive propget --strict "svnmerge-integrated" "."
svnmerge: calculate source path for the branch
svn --non-interactive info "svn+ssh://<path_to_repo>/trunk"
svn --non-interactive info "."
svnmerge: source is "svn+ssh://<path_to_repo>/trunk"
svnmerge: checking status of "."
svn --non-interactive status -q .
svn --non-interactive log -v --xml --stop-on-copy
"svn+ssh://<path_to_repo>/trunk"
svnmerge: command execution failed (exit code: 1)
svn --non-interactive log -v --xml --stop-on-copy
"svn+ssh://<path_to_repo>/trunk"
<?xml version="1.0"?>
<log>
<logentry
revision="451">
<author>username</author>
<date>2007-10-19T18:37:57.162180Z</date>
<paths>
<path
action="M">/trunk/pathtofile1</path>
<path
action="M">/trunk/pathtofile2</path>
<path
action="M">/trunk/pathtofile3</path>
...snip
<msg>Merged on 19/19/07
</msg>
</logentry>
<logentry
revision="450">
<author>username</author>
<date>2007-10-19T18:10:09.268572Z</date>
<paths>
<path
action="M">/trunk/pathtofile4</path>
<path
action="M">/trunk/pathtofile5</path>
<path
action="M">/trunk/pathtofile6</path>
... snip
... keeps printing out many many changes from other checkins
... and then finally, the last thing printed:
<path
copyfrom-path="/branches/moose-support-1/omap/src/chips/w3gdigrf"
copyfrom-rev="202"
action="A">svn: Write error: Resource temporarily unavailable
On 25/10/2007, Dustin J. Mitchell <dustin at zmanda.com> wrote:
>
> Can you send more details? A run with '-v -v' (for very verbose
> output) would help. There's no need to send all of the spewed XML,
> although a bit if it might help figure out what's wrong. Also please
> give the versions of svnmerge and svn.
>
> Dustin
>
> On 10/24/07, nick aschberger <nick.aschberger at gmail.com> wrote:
> > Hi Folks,
> >
> > svnmerge.py is a great idea - I like it, but I have an error I can't get
> > past. Apologies if this has been answered before, but I can't see much
> about
> > it in the Archives.
> >
> > I have started using this tool on a software project - we typically
> perform
> > tasks on short-lived development branches, and when the features are
> > complete, the branches are merged to trunk on a weekly basis.
> > So, svnmerge.py helps with merging in all directions (including from
> branch
> > to branch).
> >
> > However, frequently when running "svnmerge.py init" commands, I get an
> error
> > such as:
> >
> > "svnmerge: command execution failed (exit code: 1)" -- and then a whole
> > pile of xml is spewed out (which I think is the output of svn log
> command,
> > with xml flag on).
> >
> > Sometimes if I "svn update" or do a fresh checkout, this goes away, but
> > currently I'm stuck, and I can't get past this error.
> >
> > Does anyone know what causes this, and what I can do to fix or debug it?
> >
> > Is it possibly a version problem? Either with python, or svnmerge.py, or
> the
> > OS - (running centos 3. Also tried on centos 4).
> >
> > sincerely,
> >
> > Nick Aschberger
> > _______________________________________________
> > Svnmerge mailing list
> > Svnmerge at orcaware.com
> > http://www.orcaware.com/mailman/listinfo/svnmerge
> >
> >
>
>
> --
> Storage Software Engineer
> http://www.zmanda.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/svnmerge/attachments/20071026/1ea34f6f/attachment.html>
More information about the Svnmerge
mailing list