Hi
I am trying to debug and problem with one of the repositories we host.
When you make a fresh checkout of the repository it seems to be
successful:
$ svn checkout https://hostname/path/to/repo/
<snip>
Checked out revision 1952.
$
if I get do into the repository and run "svn update", I get more files
being checked out, i.e.:
$ svn update
Updating '.':
<snip>
A trunk/community_environment
A trunk/community_environment/index-content.html
A trunk/community_environment/subnavigation.txt
Updated to revision 1952.
$
and if I do another "svn update"
$ svn update
Updating '.':
<snip>
A trunk/sp/css/master.css
A trunk/sp/css/screen.css
A trunk/sp/css/slider.css
A trunk/css/screen.css
A trunk/students_teachers_public/read-content.html
Updated to revision 1952.
i.e. more files, running "svn update" again:
$ svn update
Updating '.':
A trunk/multimedia/gallery/lho-images/groundssnow_t.jpg
A trunk/multimedia/gallery/lho-images/dcp_3659_t.jpg
A trunk/sp/style/header.php
A trunk/sp/images/encapsgallery/catalog_item.html
A trunk/sp/science/outreach-content.html
svn: E155035: Cannot delete '/Users/ram/svn/repo/trunk/images' as
'/Users/ram/svn/repo/trunk/images/btn_next.gif' is excluded by server
$
Why would this file be excluded by the server, AFAIK we don't have an
exclusions in place.
I'm using svn-1.7.4 on the client and the server is running 1.4.2.
Cheers
Adam
Received on 2012-05-11 16:29:01 CEST