Re: Separate authentication files for each folder with svn

2012-05-03 Thread Mat Booth
On 2 May 2012 14:29, dhanushka ranasinghe parakrama1...@gmail.com wrote: Hi.. guys we have repo called /svn/repo/ inside that i have 3 svn folders called trunk,branches,tags my question is , is there any way to provide separate authentication file for each folder ( IF LDAP based

Subversion Day 2012, Berlin, 13/14 June

2012-05-03 Thread Stefan Sperling
Hello users@, elego is presenting a small Subversion conference in June this year. The conference targets professional Subversion users and features workshops and talks about Subversion. This is a chance of getting to know people in person that you all know mostly from email. Putting faces to

mailer.conf issue

2012-05-03 Thread dhanushka ranasinghe
hi we use mailer.conf we are getting this error when commiting to the repo.. /usr/lib/subversion-back/mailConf/mailer/mailer.py:33: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import popen2 Traceback (most recent call last): File

Re: Subversion Day 2012, Berlin, 13/14 June

2012-05-03 Thread Nico Kadel-Garcia
On Thu, May 3, 2012 at 7:13 AM, Stefan Sperling s...@elego.de wrote: Hello users@, elego is presenting a small Subversion conference in June this year. I'm presenting!!! My presentation is titled Subverting Masters and Slaves, Binding them in Cages, and Making Them Report Names and

Subversion within Eclipse: what is JavaHL (JNI) and what is SVNKit (Pure Java)?

2012-05-03 Thread frame
Hi: I use Eclipse as my IDE. I have installed Subclipse - the Subversion plugin of Eclipse. One thing I am unclear is setting Preferences-Team-SVN, when choosing SVN interface, there are two choices for Client, one is JavaHL (JNI) and one is SVNKit (Pure Java) SVNKit v1.7.0.SNAPSHOT. I have no

How to store new password so no need to enter every time?

2012-05-03 Thread frame
We use Subversion on Linux. Recently, don't know what I did(one thing for sure, I have changed my password), every time when I check in my commits, it always ask for my password. After typing in my password, then I can check in. It is very in-convenient for me. It was not this way in the past.

Re: How to store new password so no need to enter every time?

2012-05-03 Thread Stefan Sperling
On Thu, May 03, 2012 at 10:34:08AM -0700, frame wrote: We use Subversion on Linux. Recently, don't know what I did(one thing for sure, I have changed my password), every time when I check in my commits, it always ask for my password. After typing in my password, then I can check in. It is

Re: How to store new password so no need to enter every time?

2012-05-03 Thread frame
Thank you for your reply. I am using Subversion 1.6.5. And I am using Gnome Red Hat Linux 5.8. Following your instructions, I have moved away this directory .subversion/auth/svn.simple. Then I tried the svn command, svn ls my_URL. Again, it asked for the password and I typed in and got the

Re: How to store new password so no need to enter every time?

2012-05-03 Thread frame
Please see my answers below. On Thursday, May 3, 2012 2:43:25 PM UTC-4, Stefan Sperling wrote: Did you change anything in ~/.subversion/config or ~/.subversion/servers from the defaults? One of my team-mates does not have this password issue(we are using the same svn repo). I have

Re: How to store new password so no need to enter every time?

2012-05-03 Thread Stefan Sperling
On Thu, May 03, 2012 at 12:08:06PM -0700, frame wrote: Yes, there is the file servers and here is its content: $cat servers [global] #store-passwords = no store-plaintext-passwords = no Good. We've found the problem. This store-plaintext-passwords option prevents the prompt from

Re: How to store new password so no need to enter every time?

2012-05-03 Thread frame
Great. Following your instruction, I have added the following line in my .subversion/servers file: store-plaintext-passwords = ask I tried svn ls https://xxx;. After typing the password at the prompt, I got these messages:

Re: How to store new password so no need to enter every time?

2012-05-03 Thread Stefan Sperling
On Thu, May 03, 2012 at 12:41:38PM -0700, frame wrote: I saw the password is saved in the file within .subversion/auth/svn.simple directory. Is that correct? How can I have it saved in encrypted format? Is this can be achieved by my personal or the system admin group? You would need to

Re: How to store new password so no need to enter every time?

2012-05-03 Thread Jeyanthan
On Thursday 03 May 2012 11:04 PM, frame wrote: We use Subversion on Linux. Recently, don't know what I did(one thing for sure, I have changed my password), every time when I check in my commits, it always ask for my password. After typing in my password, then I can check in. It is very