You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alexander Wolff <aw...@win.tue.nl> on 2010/07/22 20:29:20 UTC

bug when deleting files whose name contains spaces?!

hi,

it seems that svn has a bug when deleting (actually moving) files whose
name contains spaces, see the following example with the file "Planare
Graphen II.pdf" that i moved to "v12-planare-graphen-II.pdf".

 > svn commit
Deleting       vortraege/v11_dom
Adding         vortraege/v12_dom
Deleting       vortraege/v12_dom/Planare Graphen II.pdf
Adding  (bin)  vortraege/v12_dom/v12-planare-graphen-II.pdf
svn: Commit failed (details follow):
svn: '/svn/gka/!svn/bc/215/vortraege/v11_dom/Planare' path not found
svn: Your commit message was left in a temporary file:
svn:    '/home/.../svn-commit.2.tmp'

how can i resolve this issue, that is, remove "Planare Graphen II.pdf"
from the repository?

sascha

Re: bug when deleting files whose name contains spaces?!

Posted by Alexander Wolff <aw...@win.tue.nl>.
dear stefan,

> Which protocol are you using to contact the repository? http[s]:// or
> svn://, or svn+ssh://?

https://

> Which operating system are you running on?

sorry: ubuntu 10.4

> Which version of Subversion are you using (both client and server)?

client 1.6.6, server probably the same.

> If not 1.6.12, can you try 1.6.12?

i'll try...

sascha



On Thu, Jul 22, 2010 at 10:29:20PM +0200, Alexander Wolff wrote:
> > hi,
> >
> > it seems that svn has a bug when deleting (actually moving) files whose
> > name contains spaces, see the following example with the file "Planare
> > Graphen II.pdf" that i moved to "v12-planare-graphen-II.pdf".
> >
> >  > svn commit
> > Deleting       vortraege/v11_dom
> > Adding         vortraege/v12_dom
> > Deleting       vortraege/v12_dom/Planare Graphen II.pdf
> > Adding  (bin)  vortraege/v12_dom/v12-planare-graphen-II.pdf
> > svn: Commit failed (details follow):
> > svn: '/svn/gka/!svn/bc/215/vortraege/v11_dom/Planare' path not found
> > svn: Your commit message was left in a temporary file:
> > svn:    '/home/.../svn-commit.2.tmp'
> >
> > how can i resolve this issue, that is, remove "Planare Graphen II.pdf"
> > from the repository?

Re: bug when deleting files whose name contains spaces?!

Posted by Stefan Sperling <st...@elego.de>.
On Thu, Jul 22, 2010 at 10:29:20PM +0200, Alexander Wolff wrote:
> hi,
> 
> it seems that svn has a bug when deleting (actually moving) files whose
> name contains spaces, see the following example with the file "Planare
> Graphen II.pdf" that i moved to "v12-planare-graphen-II.pdf".
> 
>  > svn commit
> Deleting       vortraege/v11_dom
> Adding         vortraege/v12_dom
> Deleting       vortraege/v12_dom/Planare Graphen II.pdf
> Adding  (bin)  vortraege/v12_dom/v12-planare-graphen-II.pdf
> svn: Commit failed (details follow):
> svn: '/svn/gka/!svn/bc/215/vortraege/v11_dom/Planare' path not found
> svn: Your commit message was left in a temporary file:
> svn:    '/home/.../svn-commit.2.tmp'
> 
> how can i resolve this issue, that is, remove "Planare Graphen II.pdf"
> from the repository?

Which protocol are you using to contact the repository? http[s]:// or
svn://, or svn+ssh://?

Which operating system are you running on?

Which version of Subversion are you using (both client and server)?
If not 1.6.12, can you try 1.6.12? Thanks.

Stefan