You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Manuzhai <ma...@manuzhai.nl> on 2006/06/02 09:46:32 UTC

Failed commit, file not found

Alright, so I'm trying to do a commit of a new version of some external 
package (coppermine photo gallery). I've handpicked exactly which files 
I want included, something like 289 changed files.

I'm trying to commit it from the command line, with the client (1.3.1) 
to my server (also 1.3.1) over dav (apache 2.0.55), the repository has 
an fsfs backend. When it's transmitting the file data, the following 
problem comes up:

Transmitting file data 
........................................................................svn: 
Commit failed (details follow):
svn: File not found: transaction '806-1', path 
'/hebe/trunk/foto/themes/classic/images/button_bg_anim.gif'

The file mentioned is supposed to be new (status: A), and is actually in 
the location where it should be in the working copy.

What could be the problem? A search on Google for "commit failed 
transaction" doesn't turn up very much.

Regards,

Manuzhai

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Failed commit, file not found

Posted by Manuzhai <ma...@manuzhai.nl>.
Anthony Ettinger wrote:
> I don't know for sure. I would try deleting it, the doing svn update,
> and see if you can check it in again. It's also possible that it
> doesn't like doing a diff with the binary nature of the .gif format
> (if you infact did change the image).

I tried to remove the image from the working copy (moving to another 
file name, not adding that new file name, svn rm first file name).

But this only gives me the same error for other files (for a similar 
.gif file at first, after I had given it the same treatment, I got the 
same error for a .html file). So I'm not sure, but this kind of feels 
like a bug in SVN; I could no think of any reason this is happening.

Regards,

Manuzhai

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Failed commit, file not found

Posted by Anthony Ettinger <ae...@sdsualumni.org>.
I don't know for sure. I would try deleting it, the doing svn update,
and see if you can check it in again. It's also possible that it
doesn't like doing a diff with the binary nature of the .gif format
(if you infact did change the image).

On 6/2/06, Manuzhai <ma...@manuzhai.nl> wrote:
> Yes, I did. This is what comes up on svn st from the themes dir:
>
> R      .
> A      classic/images/button_bg_anim.gif
> M      classic/style.css
> M      classic/theme.php
> M      classic/template.html
> A      hebe/images/button_bg_anim.gif
> M      hebe/style.css
> M      hebe/theme.php
> M      hebe/template.html
>
> Regards,
>
> Manuzhai
>
> Anthony Ettinger wrote:
> > did you do a "svn add button_bg_anim.gif" first?
> >
> > On 6/2/06, Manuzhai <ma...@manuzhai.nl> wrote:
> >> Alright, so I'm trying to do a commit of a new version of some external
> >> package (coppermine photo gallery). I've handpicked exactly which files
> >> I want included, something like 289 changed files.
> >>
> >> I'm trying to commit it from the command line, with the client (1.3.1)
> >> to my server (also 1.3.1) over dav (apache 2.0.55), the repository has
> >> an fsfs backend. When it's transmitting the file data, the following
> >> problem comes up:
> >>
> >> Transmitting file data
> >> ........................................................................svn:
> >>
> >> Commit failed (details follow):
> >> svn: File not found: transaction '806-1', path
> >> '/hebe/trunk/foto/themes/classic/images/button_bg_anim.gif'
> >>
> >> The file mentioned is supposed to be new (status: A), and is actually in
> >> the location where it should be in the working copy.
> >>
> >> What could be the problem? A search on Google for "commit failed
> >> transaction" doesn't turn up very much.
> >>
> >> Regards,
> >>
> >> Manuzhai
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> >> For additional commands, e-mail: users-help@subversion.tigris.org
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


-- 
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Failed commit, file not found

Posted by Manuzhai <ma...@manuzhai.nl>.
Yes, I did. This is what comes up on svn st from the themes dir:

R      .
A      classic/images/button_bg_anim.gif
M      classic/style.css
M      classic/theme.php
M      classic/template.html
A      hebe/images/button_bg_anim.gif
M      hebe/style.css
M      hebe/theme.php
M      hebe/template.html

Regards,

Manuzhai

Anthony Ettinger wrote:
> did you do a "svn add button_bg_anim.gif" first?
> 
> On 6/2/06, Manuzhai <ma...@manuzhai.nl> wrote:
>> Alright, so I'm trying to do a commit of a new version of some external
>> package (coppermine photo gallery). I've handpicked exactly which files
>> I want included, something like 289 changed files.
>>
>> I'm trying to commit it from the command line, with the client (1.3.1)
>> to my server (also 1.3.1) over dav (apache 2.0.55), the repository has
>> an fsfs backend. When it's transmitting the file data, the following
>> problem comes up:
>>
>> Transmitting file data
>> ........................................................................svn: 
>>
>> Commit failed (details follow):
>> svn: File not found: transaction '806-1', path
>> '/hebe/trunk/foto/themes/classic/images/button_bg_anim.gif'
>>
>> The file mentioned is supposed to be new (status: A), and is actually in
>> the location where it should be in the working copy.
>>
>> What could be the problem? A search on Google for "commit failed
>> transaction" doesn't turn up very much.
>>
>> Regards,
>>
>> Manuzhai
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Failed commit, file not found

Posted by Anthony Ettinger <ae...@sdsualumni.org>.
did you do a "svn add button_bg_anim.gif" first?

On 6/2/06, Manuzhai <ma...@manuzhai.nl> wrote:
> Alright, so I'm trying to do a commit of a new version of some external
> package (coppermine photo gallery). I've handpicked exactly which files
> I want included, something like 289 changed files.
>
> I'm trying to commit it from the command line, with the client (1.3.1)
> to my server (also 1.3.1) over dav (apache 2.0.55), the repository has
> an fsfs backend. When it's transmitting the file data, the following
> problem comes up:
>
> Transmitting file data
> ........................................................................svn:
> Commit failed (details follow):
> svn: File not found: transaction '806-1', path
> '/hebe/trunk/foto/themes/classic/images/button_bg_anim.gif'
>
> The file mentioned is supposed to be new (status: A), and is actually in
> the location where it should be in the working copy.
>
> What could be the problem? A search on Google for "commit failed
> transaction" doesn't turn up very much.
>
> Regards,
>
> Manuzhai
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


-- 
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org