Can't generate stats: Repository root not available

6 messages Options
Embed this post
Permalink
Jaeyoun Yi

Can't generate stats: Repository root not available

Reply Threaded More More options
Print post
Permalink
Hi all..
I repost this message because I didn't subscribe to the mailing list when I posted before.

Actually I tried to use statsvn for our svn log several times, but failed.
I tried statsvn 0.4.1 using the command line svn client of version 1.5.1 on Windows.
Surely I installed the command line client and the path to the svn.exe is surely added to my env variable.

No problem in checking out and generating log in xml format,
however statsvn always generates the following errors.

--------------------------------------------------------------------------------------------
E:\Devel\Xelis\temp>java -jar e:\devel\statsvn.jar e:\devel\xelis\temp\logfile.log e:\devel\Xelis\temp\G3DSSolution
2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger info
정보: StatSVN - SVN statistics generation

2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger info
정보: svn: This client is too old to work with working copy '.'; please get a newer Subversion client
2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger error
심각: Repository root not available - verify that the project was checked out with svn version 1.3.0 or above.
-------------------------------

Actually it's my first time to use statsvn so I can't imagine what the problem is..
My svn client is 1.5.1. Should I try it with any older version of svn client, such as 1.3.0?

If you have any idea, please help me..
Thanks in advance.

_______
Best Regards,
Jaeyoun Yi
jkealey

Re: Can't generate stats: Repository root not available

Reply Threaded More More options
Print post
Permalink
Hi,

The first thing you may want to try is to set your locale to US English to bypass some language issues we have.

(type "set LANG=en_US" before running StatSVN, without quotes).

Looking at your date format (2008. 8. 13), I see that you are not running it in English.

I suppose that the output of your "svn --version" is therefore not parsed properly.

In Korean, it looks like this (on my computer):
svn, ?\235?\178?\132?\236?\160?\188 1.4.0 (r21228)

In English, it looks like this:
svn, version 1.4.0 (r21228)


One thing is for sure, you don't need to install an older version of SVN.

Thanks,
Jason


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Jaeyoun Yi
Sent: August-13-08 5:53 AM
To: [hidden email]
Subject: [Statsvn-users] Can't generate stats: Repository root not available


Hi all..
I repost this message because I didn't subscribe to the mailing list when I
posted before.

Actually I tried to use statsvn for our svn log several times, but failed.
I tried statsvn 0.4.1 using the command line svn client of version 1.5.1 on
Windows.
Surely I installed the command line client and the path to the svn.exe is
surely added to my env variable.

No problem in checking out and generating log in xml format,
however statsvn always generates the following errors.

--------------------------------------------------------------------------------------------
E:\Devel\Xelis\temp>java -jar e:\devel\statsvn.jar
e:\devel\xelis\temp\logfile.log e:\devel\Xelis\temp\G3DSSolution
2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger info
정보: StatSVN - SVN statistics generation

2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger info
정보: svn: This client is too old to work with working copy '.'; please get a
newer Subversion client
2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger error
심각: Repository root not available - verify that the project was checked out
with svn version 1.3.0 or above.
-------------------------------

Actually it's my first time to use statsvn so I can't imagine what the
problem is..
My svn client is 1.5.1. Should I try it with any older version of svn
client, such as 1.3.0?

If you have any idea, please help me..
Thanks in advance.



-----
_______
Best Regards,
Jaeyoun Yi

--
View this message in context: http://n2.nabble.com/Can%27t-generate-stats%3A-Repository-root-not-available-tp721606p721606.html
Sent from the StatSVN Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Statsvn-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Statsvn-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-users
Jaeyoun Yi

Re: Can't generate stats: Repository root not available

Reply Threaded More More options
Print post
Permalink
Hi, thanks for your reply.

Since I'm using Windows, setting LANG=en_US doesn't work for me.
However, I tried it on English Windows and found it worked.

Thank you very much.


Jason Kealey wrote:
Hi,

The first thing you may want to try is to set your locale to US English to bypass some language issues we have.

(type "set LANG=en_US" before running StatSVN, without quotes).

Looking at your date format (2008. 8. 13), I see that you are not running it in English.

I suppose that the output of your "svn --version" is therefore not parsed properly.

In Korean, it looks like this (on my computer):
svn, ?\235?\178?\132?\236?\160?\188 1.4.0 (r21228)

In English, it looks like this:
svn, version 1.4.0 (r21228)


One thing is for sure, you don't need to install an older version of SVN.

Thanks,
Jason


-----Original Message-----
From: statsvn-users-bounces@lists.sourceforge.net [mailto:statsvn-users-bounces@lists.sourceforge.net] On Behalf Of Jaeyoun Yi
Sent: August-13-08 5:53 AM
To: statsvn-users@lists.sourceforge.net
Subject: [Statsvn-users] Can't generate stats: Repository root not available


Hi all..
I repost this message because I didn't subscribe to the mailing list when I
posted before.

Actually I tried to use statsvn for our svn log several times, but failed.
I tried statsvn 0.4.1 using the command line svn client of version 1.5.1 on
Windows.
Surely I installed the command line client and the path to the svn.exe is
surely added to my env variable.

No problem in checking out and generating log in xml format,
however statsvn always generates the following errors.

--------------------------------------------------------------------------------------------
E:\Devel\Xelis\temp>java -jar e:\devel\statsvn.jar
e:\devel\xelis\temp\logfile.log e:\devel\Xelis\temp\G3DSSolution
2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger info
정보: StatSVN - SVN statistics generation

2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger info
정보: svn: This client is too old to work with working copy '.'; please get a
newer Subversion client
2008. 8. 13 오전 9:34:57 net.sf.statsvn.util.JavaUtilTaskLogger error
심각: Repository root not available - verify that the project was checked out
with svn version 1.3.0 or above.
-------------------------------

Actually it's my first time to use statsvn so I can't imagine what the
problem is..
My svn client is 1.5.1. Should I try it with any older version of svn
client, such as 1.3.0?

If you have any idea, please help me..
Thanks in advance.



-----
_______
Best Regards,
Jaeyoun Yi

--
View this message in context: http://n2.nabble.com/Can%27t-generate-stats%3A-Repository-root-not-available-tp721606p721606.html
Sent from the StatSVN Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Statsvn-users mailing list
Statsvn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/statsvn-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Statsvn-users mailing list
Statsvn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/statsvn-users
_______
Best Regards,
Jaeyoun Yi
uchitha

Re: Can't generate stats: Repository root not available

Reply Threaded More More options
Print post
Permalink
Hello Guys,

I've decided to try out statsvn yesterday and trying to get it to work till today. The problem I get is exactly similar to what 'Jaeyoun' had experienced but the solution does not seem relevant to me as my OS is Windows,en_US.

Please help me, considering following info.

1. SVN server - 1.4.5,
SVN Client       svn, version 1.4.5 (r25188)

2. statsvn cmd is
E:\WorkDir\Study\statsvn-0.4.1>java -jar statsvn.jar E:\WorkDir\Study\svnstat\src\p79_svn.log E:\WorkDir\Study\svnstat\src

3. Error is
Apr 3, 2009 1:35:03 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: svn: This client is too old to work with working copy '.'; please get a ne
wer Subversion client
Apr 3, 2009 1:35:03 PM net.sf.statsvn.util.JavaUtilTaskLogger error
SEVERE: Repository root not available - verify that the project was checked out
with svn version 1.3.0 or above.

Any ideas are very much appreciated!
Uchitha


Hi, thanks for your reply.

Since I'm using Windows, setting LANG=en_US doesn't work for me.
However, I tried it on English Windows and found it worked.

Thank you very much.



Hi,

The first thing you may want to try is to set your locale to US English to bypass some language issues we have.

(type "set LANG=en_US" before running StatSVN, without quotes).

Looking at your date format (2008. 8. 13), I see that you are not running it in English.

I suppose that the output of your "svn --version" is therefore not parsed properly.

In Korean, it looks like this (on my computer):
svn, ?\235?\178?\132?\236?\160?\188 1.4.0 (r21228)

In English, it looks like this:
svn, version 1.4.0 (r21228)


One thing is for sure, you don't need to install an older version of SVN.

Thanks,
Jason



Jason Kealey-2

Re: Can't generate stats: Repository root not available

Reply Threaded More More options
Print post
Permalink
If you run with -debug does it show you the actual response that is returned during the execution of StatSVN?


It gives a few other commands you might want to try to disable message translation. 

---
Jason Kealey - [hidden email]
LavaBlast Franchise Software - http://www.lavablast.com
Simplifying day-to-day franchise operations


On Fri, Apr 3, 2009 at 4:05 AM, uchitha <[hidden email]> wrote:

Hello Guys,

I've decided to try out statsvn yesterday and trying to get it to work till today. The problem I get is exactly similar to what 'Jaeyoun' had experienced but the solution does not seem relevant to me as my OS is Windows,en_US.

Please help me, considering following info.

1. SVN server - 1.4.5,
SVN Client       svn, version 1.4.5 (r25188)

2. statsvn cmd is
E:\WorkDir\Study\statsvn-0.4.1>java -jar statsvn.jar E:\WorkDir\Study\svnstat\src\p79_svn.log E:\WorkDir\Study\svnstat\src

3. Error is
Apr 3, 2009 1:35:03 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: svn: This client is too old to work with working copy '.'; please get a ne
wer Subversion client
Apr 3, 2009 1:35:03 PM net.sf.statsvn.util.JavaUtilTaskLogger error
SEVERE: Repository root not available - verify that the project was checked out
with svn version 1.3.0 or above.

Any ideas are very much appreciated!
Uchitha


Hi, thanks for your reply.

Since I'm using Windows, setting LANG=en_US doesn't work for me.
However, I tried it on English Windows and found it worked.

Thank you very much.



Hi,

The first thing you may want to try is to set your locale to US English to bypass some language issues we have.

(type "set LANG=en_US" before running StatSVN, without quotes).

Looking at your date format (2008. 8. 13), I see that you are not running it in English.

I suppose that the output of your "svn --version" is therefore not parsed properly.

In Korean, it looks like this (on my computer):
svn, ?\235?\178?\132?\236?\160?\188 1.4.0 (r21228)

In English, it looks like this:
svn, version 1.4.0 (r21228)


One thing is for sure, you don't need to install an older version of SVN.

Thanks,
Jason




--
View this message in context: http://n2.nabble.com/Can%27t-generate-stats%3A-Repository-root-not-available-tp721606p2579471.html
Sent from the StatSVN Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Statsvn-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-users



------------------------------------------------------------------------------

_______________________________________________
Statsvn-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-users
uchitha

Re: Can't generate stats: Repository root not available

Reply Threaded More More options
Print post
Permalink
Hi Jason,

I've tried -debug (and -verbose) but nothing additional was shown.

Thank u for the link, but can you pls help me on how to get LC_MESSAGES property set correctly in Windows?

Uchitha

Jason Kealey-2 wrote:
If you run with -debug does it show you the actual response that is returned
during the execution of StatSVN?
Check out this thread: http://jira.codehaus.org/browse/SCM-320

It gives a few other commands you might want to try to disable message
translation.

---
Jason Kealey - jkealey@lavablast.com
LavaBlast Franchise Software - http://www.lavablast.com
Simplifying day-to-day franchise operations


On Fri, Apr 3, 2009 at 4:05 AM, uchitha <uchitha.r@gmail.com> wrote:

>
> Hello Guys,
>
> I've decided to try out statsvn yesterday and trying to get it to work till
> today. The problem I get is exactly similar to what 'Jaeyoun' had
> experienced but the solution does not seem relevant to me as my OS is
> Windows,en_US.
>
> Please help me, considering following info.
>
> 1. SVN server - 1.4.5,
> SVN Client       svn, version 1.4.5 (r25188)
>
> 2. statsvn cmd is
> E:\WorkDir\Study\statsvn-0.4.1>java -jar statsvn.jar
> E:\WorkDir\Study\svnstat\src\p79_svn.log E:\WorkDir\Study\svnstat\src
>
> 3. Error is
> Apr 3, 2009 1:35:03 PM net.sf.statsvn.util.JavaUtilTaskLogger info
> INFO: svn: This client is too old to work with working copy '.'; please get
> a ne
> wer Subversion client
> Apr 3, 2009 1:35:03 PM net.sf.statsvn.util.JavaUtilTaskLogger error
> SEVERE: Repository root not available - verify that the project was checked
> out
> with svn version 1.3.0 or above.
>
> Any ideas are very much appreciated!
> Uchitha
>
>
> Hi, thanks for your reply.
>
> Since I'm using Windows, setting LANG=en_US doesn't work for me.
> However, I tried it on English Windows and found it worked.
>
> Thank you very much.
>
>
>
> Hi,
>
> The first thing you may want to try is to set your locale to US English to
> bypass some language issues we have.
>
> (type "set LANG=en_US" before running StatSVN, without quotes).
>
> Looking at your date format (2008. 8. 13), I see that you are not running
> it in English.
>
> I suppose that the output of your "svn --version" is therefore not parsed
> properly.
>
> In Korean, it looks like this (on my computer):
> svn, ?\235?\178?\132?\236?\160?\188 1.4.0 (r21228)
>
> In English, it looks like this:
> svn, version 1.4.0 (r21228)
>
>
> One thing is for sure, you don't need to install an older version of SVN.
>
> Thanks,
> Jason
>
>
>
>
> --
> View this message in context:
> http://n2.nabble.com/Can%27t-generate-stats%3A-Repository-root-not-available-tp721606p2579471.html
> Sent from the StatSVN Users mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Statsvn-users mailing list
> Statsvn-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/statsvn-users
>
>

------------------------------------------------------------------------------

_______________________________________________
Statsvn-users mailing list
Statsvn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/statsvn-users