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

Re: possibly bug

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 26 Oct 2009 06:01:19 -0500

On Oct 26, 2009, at 04:52, ctapmex_at_gmail.com wrote:

> I use svn 1.6.5 (svnserve) + sasl. There are two storage facilities,
> public and private.
> In public file authz
>
> [/]
> *= r
> master=rw
>
> and in private
>
> [/]
> *=
> master=rw

I assume you're saying there are two separate repositories?

> Master has a record in sasl.
> I'm trying to run
> #svn log svn://address
> For the public store I get the entire log with messages like what
>
> r10 | sonar | 2009-03-16 09:21:53 +0300 (Mon, 16 Mar 2009) | 1 line
>
> ?\209?\131?\208?\180?\208?\176?\208?\187?\208?\181?\208?\189?\209?
> \139 ?\208?\191?\209?\128?\208?\190?\208?\181?\208?\186?\209?\130?
> \209?\139 ?\208?\180?\208?\187?\209?\143 ?\208?\188?\208?\184?\208?
> \179?\209?\128?\208?\176?\209?\134?\208?\184?\208?\184 ?\209?\129 ?
> \208?\190?\209?\135?\208?\181?\208?\189?\209?\140 ?\209?\129?\209?
> \130?\208?\176?\209?\128?\208?\190?\208?\185 ?\208?\178?\208?\181?
> \209?\128?\209?\129?\208?\184?\208?\184 ?\208?\189?\208?\176 ?\208?
> \189?\208?\190?\208?\178?\209?\131?\209?\142.
> ------------------------------------------------------------------------
> r9 | sonar | 2009-03-16 09:06:05 +0300 (Mon, 16 Mar 2009) | 1 line
>
> ?\208?\161?\208?\190?\209?\133?\209?\128?\208?\176?\208?\189?\208?
> \181?\208?\189?\208?\184?\208?\181 ?\208?\178?\208?\181?\209?\128?
> \209?\129?\208?\184?\208?\184 0.9
> ------------------------------------------------------------------------

It looks like you have not set the LANG environment variable on your
client, so Subversion does not know how to convert the UTF-8 data in
your repository's log messages to the correct encoding for your client.

> For the private store I get the entire log without messages like what
>
> ------------------------------------------------------------------------
> r10 | (no author) | (no date) | 1 line
>
>
> ------------------------------------------------------------------------
> r9 | (no author) | (no date) | 1 line
>
>
> ------------------------------------------------------------------------
> r8 | (no author) | (no date) | 1 line

There are several other reports of output like this, if you search the
mailing list archives; I did so just now, and I've participated in
some of the threads before, but I can't really find any resolution to
the issue, any explanation of what caused it or if or how the user was
able to fix it. Maybe someone else knows.

> I tried so
> #svn log svn://address --username master --password pass
> and still get log without messages
>
> Apparently the command log ignores username?

All svn commands ignore the --username and --password options if
Subversion already knows the username and password from your cached
credentials, or if the server doesn't require a username or password.
I believe the book goes into some detail about this.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2411342

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-26 12:02:26 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.