X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: SVN not working correctly... Date: Mon, 15 Jan 2007 18:54:34 -0600 Lines: 79 Message-ID: References: <8382088 DOT post AT talk DOT nabble DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: <8382088.post@talk.nabble.com> OpenPGP: url=hkp://random.sks.keyserver.penguin.de X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Leo28C wrote: > Hello everyone! :-D >=20 > Hey, I installed Cygwin with the following options: >=20 > Devel: Install > wget: (latest version) >=20 > Now I'm trying to update a program (for coding the PSP) through SVN. The > tutorial I'm reading > (http://www.psp-programming.com/tutorials/c/lesson01.htm) says to execute > the command 'svn update', however that gives me some errors: >=20 > [quote] > user AT comp ~/psptoolchain > $ svn update > svn: Can't parse '.svn/dir-prop-base' > svn: Malformed file > [/quote] Probably a line ending problem, which is common with svn and svn-tools that= try to be smart and use CR-LF on Windows. I assume you installed whatever you have under ~/psptoolchain from an image (.zip or .tar.gz file), if that is the case the solution would be to get ri= d of that and re-install using Cygwin's svn or leave it and use a GUI for svn (a= s it will probably use those line endings by default, but can be configured in m= any ways). You can check if that is the problem by looking at the file with `od -c .svn/dir-prop-base` or something else that will show the line endings, like= `vi -b ...` > I asked on a PSP coding form and they suggested to reinstall, so I tried Yep, reinstall, reboot, reboot, reboot, and see if that helps... ;-) Don't= you love all those "experts" posting to user groups? I may be wrong, by the way. > that. Nothing. Then I tried reinstalling all Cygwin. Nothing. Then I tried > installing SVN from here: > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=3D91 >=20 > But that didn't work either, same error... :-( >=20 > Anyone got a suggestion? Thanks! ;-) >=20 >=20 > PS: The dir-prop-base file is this: >=20 > [quote] > K 10 > svn:ignore > V 80 > binutils-*.tar.gz > newlib-*.tar.gz > gdb-*.tar.gz > gcc-*.tar.bz2 > binutils-*.tar.gz >=20 >=20 > END > [/quote --=20 Ren=E9 Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/