Unable to commit

View: New views
5 Messages — Rating Filter:   Alert me  

Unable to commit

by markysvn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I moved the conf directory by mistake and moved back into the repo directory, now I am able to checkout but not commit. Is there a way I can solve this issue?

Thanks in Advance
Marky

RE: Unable to commit

by Bob Archer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I moved the conf directory by mistake and moved back into the repo
> directory, now I am able to checkout but not commit. Is there a way
> I can solve this issue?

Probably. But, we can't really help you unless you send us the commands you are using and the error message you are recieving.

BOb

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Unable to commit

by markysvn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Below is command and error, the password was working fine before I moved and back the conf dir.


[antony@GES032CHN ~]$ svn co svn://192.168.1.221/ec2 /home/antony/test/
Authentication realm: <svn://192.168.1.221:3690> df0ff1b8-a392-4662-be4d-efc27f728d31
Password for 'antony':
Authentication realm: <svn://192.168.1.221:3690> df0ff1b8-a392-4662-be4d-efc27f728d31
Username: martin
Password for 'martin':
-----------------------------------------------------------------------
ATTENTION!  Your password for authentication realm:

   <svn://192.168.1.221:3690> df0ff1b8-a392-4662-be4d-efc27f728d31

can only be stored to disk unencrypted!  You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible.  See the documentation for details.

You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/home/antony/.subversion/servers'.
-----------------------------------------------------------------------
Store password unencrypted (yes/no)? n
Please type 'yes' or 'no': no
svn: Authorization failed



On Fri, Nov 6, 2009 at 8:08 PM, Bob Archer <Bob.Archer@...> wrote:
> I moved the conf directory by mistake and moved back into the repo
> directory, now I am able to checkout but not commit. Is there a way
> I can solve this issue?

Probably. But, we can't really help you unless you send us the commands you are using and the error message you are recieving.

BOb

 


RE: Unable to commit

by Bob Archer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Below is command and error, the password was working fine before I
> moved and back the conf dir.
>
>
> [antony@GES032CHN ~]$ svn co svn://192.168.1.221/ec2
> /home/antony/test/
> Authentication realm: <svn://192.168.1.221:3690> df0ff1b8-a392-
> 4662-be4d-efc27f728d31
> Password for 'antony':
> Authentication realm: <svn://192.168.1.221:3690> df0ff1b8-a392-
> 4662-be4d-efc27f728d31
> Username: martin
> Password for 'martin':
> -------------------------------------------------------------------
> ----
> ATTENTION!  Your password for authentication realm:
>
>    <svn://192.168.1.221:3690> df0ff1b8-a392-4662-be4d-efc27f728d31
>
> can only be stored to disk unencrypted!  You are advised to
> configure
> your system so that Subversion can store passwords encrypted, if
> possible.  See the documentation for details.
>
> You can avoid future appearances of this warning by setting the
> value
> of the 'store-plaintext-passwords' option to either 'yes' or 'no'
> in
> '/home/antony/.subversion/servers'.
> -------------------------------------------------------------------
> ----
> Store password unencrypted (yes/no)? n
> Please type 'yes' or 'no': no
> svn: Authorization failed

Ok, I am guessing you are on a linux box and you have not set up or configured svn to use one of the authentication stores that is supported. Since you then tell it to NOT store the password unencrypted and it can't do it the authentication fails.

I'm not quite sure why it doesn't authentication and not store the password at all.

Can you authenticate if you answer Yes to the "Store password unencrypted" prompt?

Sorry, I don't use Linux so I think someone else will have to chime in, I could be way off.

BOb

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Unable to commit

by markysvn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Can somebody help regarding this? it is very crucial, my users are not able to commit and move files to production.

Thanks and Regards
Marky

On Fri, Nov 6, 2009 at 9:17 PM, Bob Archer <Bob.Archer@...> wrote:
> Below is command and error, the password was working fine before I
> moved and back the conf dir.
>
>
> [antony@GES032CHN ~]$ svn co svn://192.168.1.221/ec2
> /home/antony/test/
> Authentication realm: <svn://192.168.1.221:3690> df0ff1b8-a392-
> 4662-be4d-efc27f728d31
> Password for 'antony':
> Authentication realm: <svn://192.168.1.221:3690> df0ff1b8-a392-
> 4662-be4d-efc27f728d31
> Username: martin
> Password for 'martin':
> -------------------------------------------------------------------
> ----
> ATTENTION!  Your password for authentication realm:
>
>    <svn://192.168.1.221:3690> df0ff1b8-a392-4662-be4d-efc27f728d31
>
> can only be stored to disk unencrypted!  You are advised to
> configure
> your system so that Subversion can store passwords encrypted, if
> possible.  See the documentation for details.
>
> You can avoid future appearances of this warning by setting the
> value
> of the 'store-plaintext-passwords' option to either 'yes' or 'no'
> in
> '/home/antony/.subversion/servers'.
> -------------------------------------------------------------------
> ----
> Store password unencrypted (yes/no)? n
> Please type 'yes' or 'no': no
> svn: Authorization failed

Ok, I am guessing you are on a linux box and you have not set up or configured svn to use one of the authentication stores that is supported. Since you then tell it to NOT store the password unencrypted and it can't do it the authentication fails.

I'm not quite sure why it doesn't authentication and not store the password at all.

Can you authenticate if you answer Yes to the "Store password unencrypted" prompt?

Sorry, I don't use Linux so I think someone else will have to chime in, I could be way off.

BOb