[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Newbie question

From: R. Pito Salas <pitosalas_at_gmail.com>
Date: Thu, 24 Jan 2008 14:22:52 -0500

I've just created a new subversion repository, added a directory, put
files into it, svn "add"ed them, and then svn "checkin" them, like so:

$ mkdir newdir/branches ; mkdir newdir/tags ; mkdir newdir/trunk
$ cd newdir
$ svn import . http://www.blogbridge.com/svn/newdir

$ rm newdir
$ svn co http://www.blogbridge.com/svn/newdir .

' add files to the local copy, submit them to the repository, and
actually check in all changes.
$ cp foobar/* newdir/trunk
$ cd newdir
$ svn add *
$ svn checkin

' I get a lot of output with the following failure.

Adding trunk/vendor/plugins/rspec_on_rails/stories/helper.rb
Adding trunk/vendor/plugins/rspec_on_rails/stories/steps
Adding trunk/vendor/plugins/rspec_on_rails/stories/steps/
people.rb
Adding trunk/vendor/plugins/rspec_on_rails/stories/
transactions_should_rollback
Adding trunk/vendor/plugins/rspec_on_rails/stories/
transactions_should_rollback.rb
Adding trunk/vendor/plugins/rspec_on_rails/tasks
Adding trunk/vendor/plugins/rspec_on_rails/tasks/rspec.rake
Transmitting file
data ..................................................

svn: Commit failed (details follow):
svn: PUT of '/svn/!svn/wrk/1091d002-9aba-4e3f-a503-fb01f6360917/sicko/
trunk/public/images/gradient.png': 405 Not Allowed (http://
www.blogbridge.com)

There's nothing special about that file as far as I can tell. If I
delete it then I get a similar error on another file.

I think it's something simple but I can't figure it out!

Thanks

Pito
Received on 2008-01-24 21:56:29 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.