You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Steve Ross <sx...@gmail.com> on 2006/06/08 22:08:56 UTC

Q: "has no URL" error

I deleted a few files (probably using the filesystem) and in my svn
status I see:

D   test/fixtures/foo/bar

Which is what I expect. However,

svn commit test/fixtures/foo/bar -m 'whazzup?'

produces the error:

svn: Commit failed (details follow):
svn: Entry for '/biglongpath/test/fixtures/foo/bar' has no URL

This is a file-based repository on Mac OS/X Tiger

Thanks

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

Re: Q: "has no URL" error

Posted by Bhuvaneswaran <bh...@ubuntu.com>.
> I deleted a few files (probably using the filesystem) and in my svn
> status I see:
>
> D   test/fixtures/foo/bar

I'm unsure about your observation. If you have deleted this file using
the filesystem command and run 'svn status', i guess it should
display:

 !      test/fixtures/foo/bar

If you wish to delete the file in the repository, just use 'svn del
file_name' command followed by 'svn commit'.

-- 
Regards,
Bhuvaneswaran
www.symonds.net/~bhuvan/
GPG: 0x7A13E5B0

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