You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Andrea Antonio Maleci <A....@iwbank.it> on 2009/04/09 10:58:15 UTC

SVN 1.5.6 - svn: Working copy path '...' does not exist in repository

Hi all,
During merge operation I get the error:
svn: Working copy path 'build.properties' does not exist in repository

That's the context:

 *   I have two branches (A and B) and a trunk;
 *   I worked on A (moving build.properties) and commit;
 *   I've merged branch A  in trunk and commit;
 *   I've merged trunk in B and commit, for alignment with trunk;
 *   I worked on B and commit;
 *   I've merged B in trunk, including previous merge. Here I have the error svn: Working copy path 'build.properties' does not exist in repository

If exclude in last step previous merge from trunk, everything works fine, but I have to do it manually (using TSvn), so I can't use my automatic script.
With previous SVN version (1.4) it works.

I use svn, version 1.5.6 (r36142).
Any ideas ?

Thanks,
Andrea

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

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

Re: Encryted password on Linux

Posted by Dave Lawrence <dl...@ad-holdings.co.uk>.
Crespo, Richard wrote:
> I see from faq
> (http://subversion.tigris.org/faq.html#plaintext-passwords) that
> starting with SVN 1.6 encrypted passwords will be supported for Linux.
> Has anyone done this yet? Also, I would like to be able to let the users
> to change their password from a windows machine. Is there a way of doing
> this without using perl?
>  

Yes SVN 1.6 is released, so SVN 1.6 functionality is indeed available.
Please note that the faq you quote refers to *client caching* of
passwords, not how the server stores them.  svnserve stores passwords in
plain text only, as far as I know.  Apache MD5 encrypts them by default.

If you use apache you have the whole Apache authentication feature set
available to you (on which I am not an expert).  You can authenticate
your SVN and other things from the same password file, so in theory you
could provide a webpage which users are able to log into and change
their passwords.  And yes, that might involve Perl (the last time I
googled it the solution was Perl) but it doesn't have to... you can use
whatever language mosts suits you (or your friendly office web-programmer)

SVN itself provides no interface for users to manage their own passwords.

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

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

Encryted password on Linux

Posted by "Crespo, Richard" <RC...@kforce.com>.
I see from faq
(http://subversion.tigris.org/faq.html#plaintext-passwords) that
starting with SVN 1.6 encrypted passwords will be supported for Linux.
Has anyone done this yet? Also, I would like to be able to let the users
to change their password from a windows machine. Is there a way of doing
this without using perl?
 
Thanks,
Rich
 
<http://subversion.tigris.org/faq.html#plaintext-passwords>

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

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

RE: SVN 1.5.6 - svn: Working copy path '...' does not exist in repository

Posted by Andrea Antonio Maleci <A....@iwbank.it>.
I've tried it. My automatic script gets a new copy.
Same fault. :(

________________________________
From: Nicholas Curry [mailto:Nicholas.Curry@cofunds.co.uk]
Sent: giovedì 9 aprile 2009 13.58
To: Andrea Antonio Maleci; users@subversion.tigris.org
Subject: RE: SVN 1.5.6 - svn: Working copy path '...' does not exist in repository

I've had similar problems (with the same version of SVN, also in merges), and sometimes getting a fresh copy of the local repository makes it go away.

From: Andrea Antonio Maleci [mailto:A.Maleci@iwbank.it]
Sent: 09 April 2009 11:58
To: users@subversion.tigris.org
Subject: SVN 1.5.6 - svn: Working copy path '...' does not exist in repository

Hi all,
During merge operation I get the error:
svn: Working copy path 'build.properties' does not exist in repository

That's the context:

 *   I have two branches (A and B) and a trunk;
 *   I worked on A (moving build.properties) and commit;
 *   I've merged branch A  in trunk and commit;
 *   I've merged trunk in B and commit, for alignment with trunk;
 *   I worked on B and commit;
 *   I've merged B in trunk, including previous merge. Here I have the error svn: Working copy path 'build.properties' does not exist in repository

If exclude in last step previous merge from trunk, everything works fine, but I have to do it manually (using TSvn), so I can't use my automatic script.
With previous SVN version (1.4) it works.

I use svn, version 1.5.6 (r36142).
Any ideas ?

Thanks,
Andrea





********************************************************

This e-mail has been swept for viruses by Cofunds.

For more information on this service, please

contact the IT Service Desk on Ext: 7060 or itservicedesk@cofunds.co.uk.

********************************************************



Cofunds Limited, 1st Floor, 1 Minster Court, Mincing Lane,

London EC3R 7AA. Registered in England and Wales

No 3965289. Authorised and regulated by Financial Services Authority. Phone: 0845 604 4001, or visit our website at www.cofunds.co.uk.

Telephone calls may be recorded for monitoring purposes.

**************************************************************************

The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorised use, dissemination of the information, or copying of this message is prohibited. If you are not the addressee, or believe this email to have been sent in error, please notify security@cofunds.co.uk immediately and delete this message.

Although this e-mail and any attachments are believed to be free of any virus, or other defect which might affect any computer or system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Cofunds for any loss or damage from receipt or use thereof.

This email does not create or vary any contractual obligations between Cofunds Limited and the addressee. Any views or opinions are solely those of the author and do not necessarily represent those of Cofunds Limited.

Those communicating with us by electronic mail will be deemed to have accepted the risks associated with interception, amendment, loss and late or incomplete delivery. They will also be deemed to have consented to our monitoring of such communications.

**************************************************************************

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

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

RE: SVN 1.5.6 - svn: Working copy path '...' does not exist in repository

Posted by Nicholas Curry <Ni...@cofunds.co.uk>.
I've had similar problems (with the same version of SVN, also in
merges), and sometimes getting a fresh copy of the local repository
makes it go away.

 

From: Andrea Antonio Maleci [mailto:A.Maleci@iwbank.it] 
Sent: 09 April 2009 11:58
To: users@subversion.tigris.org
Subject: SVN 1.5.6 - svn: Working copy path '...' does not exist in
repository

 

Hi all,

During merge operation I get the error:

svn: Working copy path 'build.properties' does not exist in repository

 


That's the context:

*	I have two branches (A and B) and a trunk;
*	I worked on A (moving build.properties) and commit;
*	I've merged branch A  in trunk and commit;
*	I've merged trunk in B and commit, for alignment with trunk;
*	I worked on B and commit;
*	I've merged B in trunk, including previous merge. Here I have
the error svn: Working copy path 'build.properties' does not exist in
repository

 

If exclude in last step previous merge from trunk, everything works
fine, but I have to do it manually (using TSvn), so I can't use my
automatic script.

With previous SVN version (1.4) it works.

 

I use svn, version 1.5.6 (r36142).

Any ideas ?

 

Thanks,

Andrea

 

 

 

 

********************************************************

This e-mail has been swept for viruses by Cofunds.

For more information on this service, please

contact the IT Service Desk on Ext: 7060 or itservicedesk@cofunds.co.uk.

********************************************************

 


Cofunds Limited, 1st Floor, 1 Minster Court, Mincing Lane,
London EC3R 7AA. Registered in England and Wales
No 3965289. Authorised and regulated by Financial Services Authority. Phone: 0845 604 4001, or visit our website at www.cofunds.co.uk.
Telephone calls may be recorded for monitoring purposes.
**************************************************************************
The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorised use, dissemination of the information, or copying of this message is prohibited. If you are not the addressee, or believe this email to have been sent in error, please notify security@cofunds.co.uk immediately and delete this message. 
Although this e-mail and any attachments are believed to be free of any virus, or other defect which might affect any computer or system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Cofunds for any loss or damage from receipt or use thereof. 
This email does not create or vary any contractual obligations between Cofunds Limited and the addressee. Any views or opinions are solely those of the author and do not necessarily represent those of Cofunds Limited. 
Those communicating with us by electronic mail will be deemed to have accepted the risks associated with interception, amendment, loss and late or incomplete delivery. They will also be deemed to have consented to our monitoring of such communications. 
**************************************************************************

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

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

Re: SVN 1.5.6 - svn: Working copy path '...' does not exist in repository

Posted by Reagan Penner <re...@pmc-sierra.com>.
I too am seeing issues with merging and this "Working copy path '...' 
does not exist in repository"

I have reviewed the mailing list and could not see a resolution to this 
issue. Could you tell me what the status of this ticket is, has there 
been any resolution on this "Working copy path '...' does not exist in 
repository" problem?

We are running svn-1.5.5 (Linux server) both windows and linux clients. 
I have checked and cannot see any case issues with the folder that we 
are having trouble with. In our case it is one of our build folders that 
is being reported as "Working copy path '...' does not exist in repository"

any assistance would be greatly appreciated,
thanks in advance.
-reagan

Andrea Antonio Maleci wrote:
>
> Hi all,
>
> During merge operation I get the error:
>
> svn: Working copy path 'build.properties' does not exist in repository
>
> That’s the context:
>
>     * I have two branches (A and B) and a trunk;
>     * I worked on A (moving build.properties) and commit;
>     * I’ve merged branch A in trunk and commit;
>     * I’ve merged trunk in B and commit, for alignment with trunk;
>     * I worked on B and commit;
>     * I’ve merged B in trunk, including previous merge. Here I have
>       the error svn: Working copy path 'build.properties' does not
>       exist in repository
>
> If exclude in last step previous merge from trunk, everything works 
> fine, but I have to do it manually (using TSvn), so I can’t use my 
> automatic script.
>
> With previous SVN version (1.4) it works.
>
> I use svn, version 1.5.6 (r36142).
>
> Any ideas ?
>
> Thanks,
>
> Andrea
>

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

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