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

Re: Issue while importing files or projects

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 24 Nov 2008 16:31:23 +0100

On Monday 24 November 2008, preeth g wrote:
> I have installed the subversion-1.5.4-sol9-sparc-local.gz and the
> dependeny packages from sunfreeware.com on my development unix box
> (Solaris 9 sparc machine)
>
> After the installation, I created an fsfs repository.
> When i am trying to import a project into the repository, it fails
> with the following error
> "Final line in revision file longer than 64 characters"
>
> $bash>svnadmin create test
> $bash>svn import project_to_be imported
> file:///repository_path/project -m "First revision"
> svn:Final line in revision file longer than 64 characters

Hmmm, hard to tell what's going on. The point is that the path to the created
repository needs to be specified twice, but in one case (svnadmin) you call
it 'test' and in the other you call it 'project'. Did you perhaps
mean '.../test/project' instead?

> Is it something to do with the endian-ness or EOF of files in
> different systems???

No, this should work. You can test if you can access the repository without
import, btw, just do an "svn ls file:///path/to/repository". If that doesn't
work, you most certainly have the path wrong.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-24 16:31:47 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.