[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: preeth <preeth1984_at_gmail.com>
Date: Mon, 24 Nov 2008 20:31:06 -0800 (PST)

Actually, I meant this one.
$bash>svnadmin create test
$bash>svn import project_to_be imported file:///repository_path/test/project
-m "First revision"

Even i tried this ,
svn ls file:///repository_path/test/

It also gave the same error."Final line in revision file longer than 64
characters"

Thanks for your reply
Preeth

Ulrich Eckhardt wrote:
>
> 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
>
>
>

-- 
View this message in context: http://www.nabble.com/Issue-while-importing-files-or-projects-tp20662699p20675026.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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-25 05:31:29 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.