Re: ** Help ** ! Makefile
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-21 12:10:39 CET
On Dec 21, 2007, at 05:03, paptimusx scirocco wrote:
> I can not checkout some file! whats happen?
You appear to have two files in your repository whose names differ
You will need to either rename or remove one of the two conflicting
svn mv http://.../SRC/trunk/MAKEFILE http://.../SRC/trunk/MAKEFILE2 -
or to remove:
svn mv http://.../SRC/trunk/MAKEFILE -m "remove MAKEFILE"
Before you do so you can examine the files' contents to see whether
svn cat http://.../SRC/trunk/MAKEFILE
svn cat http://.../SRC/trunk/Makefile
---------------------------------------------------------------------
|
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.