On 3/16/06, Jean T. Anderson <[EMAIL PROTECTED]> wrote: > I updated cayenne's status page and got an error regarding > projects/lucene.net.html when I did 'svn up' on people.apache.org: > > -bash-2.05b$ svn up > U projects/cayenne.html > svn: Failed to add file 'projects/lucene.net.html': object of the > same name already exists > > projects/lucene.net.html is in svn -- was added yesterday: > > $ svn log lucene.net.html > ------------------------------------------------------------------------ > r386043 | ehatcher | 2006-03-15 03:07:54 -0800 (Wed, 15 Mar 2006) | 1 line > > What does this svn error mean and how should I fix it?
It means someone incorrectly dropped a file named lucene.net.html into the working copy on the web server, then went and committed it to svn. Run 'svn status' in the working copy on the server, if it says lucene.net.html is unversioned, just remove it and update, if it says it's been added or something do a 'svn revert lucene.net.html', then remove it, then update. -garrett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]