Advertisement

09.18.2008 at 09:46AM PDT, ID: 23743074
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

subversion not working in linux box

Asked by veradist in Subversion

installed svn in linux server.

i am using svnserve deamon for client server communication..so i configured svnserve.conf as follows

anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = testrep

i configured passwd.as

varun = varun123
jebin = jebin123
kiran = kiran123

then i configured authz.conf as

[groups]
# harry_and_sally = harry,sally

java = varun,jebin,kiran

# [/foo/bar]
# harry = rw
# * =

[/java/trunk]
varun=rw

[/java/trunk1]
jebin=rw
kiran=rw

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * =
[java:]
@java =rw

when i use tortoise svn in windows as client.All r working correctly.

when i try to checkout using linux client, ie

[root@svn Desktop]# svn co svn://10.20.5.144/java/trunk1
U trunk1/c.txt
Checked out revision 9.

[root@svn Desktop]# svn co svn://10.20.5.144/java/trunk
svn: Authorization failed

my problem is,

1.In linux it is not asking for username and password.
2.why only 1 folder trunk1 checkedout ?
3.when i use tortoise svn it is working fine...

why this happens?where i am doing wrong?


Thanks in advance..........Start Free Trial
 
Loading Advertisement...
 
[+][-]09.18.2008 at 05:56PM PDT, ID: 22517012

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Subversion
Sign Up Now!
Solution Provided By: MacAnthony
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_2_20070628