[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

OS permission oddity when doing svn propset, commit, merge

From: Patrick Tou <ptou_at_Crossroads.com>
Date: 2006-02-03 03:59:47 CET

Greetings!

 

I am seeing an oddity using svn propset, commit, merge.

1:branch$ svn propset svn:executable on file

2:branch$ ls file

# I see the file now has +x set on it

3:branch$ svn commit

 

10:trunk$ svn merge -r old:latest $BRANCHURL

11:trunk$ ls file

# The file is the original -x

12:trunk$ svn diff file

# Tells me property change

13:trunk$ rm file

14:trunk$ svn update

15:trunk$ ls file

# I see the file now has +x set

 

My question is, shouldn't 10 cause the WC in ./trunk/file to get the
executable bit?

 

-Patrick

CONFIDENTIAL: This email, including its contents and attachments, if any, are confidential. If the reader of this e-mail is not an intended recipient, you have received this e-mail in error and any review, dissemination, distribution or copying is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by return e-mail at [emailaddress@crossroads.com] and permanently delete the copy you received. Copyright and other intellectual property rights in its contents are the sole property of Crossroads Systems, Inc. Email transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of the message which arise as a result of email transmission. Although we routinely screen for viruses, addressees should check this email and any attachments for viruses. We make no representation or warranty as to the absence of viruses in this email or any attachments.
Received on Fri Feb 3 23:01:32 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.