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

empty 'svn log' results with errors

From: Karsten Fuhrmann <karsten_fuhrmann_at_cartoon-film.de>
Date: Fri, 19 Sep 2008 17:08:22 +0200

Hello,
i just set up a very smal svn repo with two file in it and two
revisions.
If i want to look at the log messages of this repo, the appear empty.
Also some error message appears in german even so my locale is set to
english.

Server and client are on the same machine with same svn verson 1.5.1

But see for yourself:

> svn co svn://stern/test2
A test2/testfile2.txt
A test2/testfile.txt
Checked out revision 2.
> cd test2/
> ls
testfile.txt testfile2.txt
> svn blame testfile.txt
svn: Malformed network data
> svn log -v svn://stern/test2
------------------------------------------------------------------------
r2 | (no author) | (no date) | 1 line

------------------------------------------------------------------------
r1 | (no author) | (no date) | 1 line

------------------------------------------------------------------------
> svn log -v -r 1 svn://stern/test2
svn: Nichtlesbarer Pfad angetroffen; Zugriff verweigert
> svn --version
svn, version 1.5.1 (r32289)
    compiled Aug 21 2008, 05:02:18

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/
).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol
using Neon.
   - handles 'http' scheme
   - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

> svnserve --version
svnserve, version 1.5.1 (r32289)
    compiled Aug 21 2008, 05:02:18

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/
).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

>

Greetings,
Karsten Fuhrmann
System Administrator
Cartoon-Film Thilo Rothkirch
Hasenheide. 54
D-10967 Berlin
phone +49 30 698084-109
fax +49 30 698084-29
mobile +49 172 3859543

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-19 17:50:16 CEST

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.