Re: Write Lock Error

2010-08-16 Thread Refr Bruhl
Team I found a work around. Run the svn copy command from the command line to create a tag You can find a description of how to do that at http://svnbook.red-bean.com/en/1.1/ch04s06.html From: Refr Bruhl To: users@subversion.apache.org Sent: Mon, August

Re: Can't merge after changing directory capitalization

2010-08-16 Thread Stefan Sperling
On Mon, Aug 16, 2010 at 10:40:06AM -0700, Jacob Weber wrote: > there's nothing here that should require those two files to exist at the same > time. That assumption is wrong, at least for the 1.6.x working copy format. Every file has an associated text-base stored inside of the .svn directory. T

Write Lock Error

2010-08-16 Thread Refr Bruhl
Team I am getting a write lock error when I try to create a tag. Error message: Tag operation for some of selected resources failed. svn: Commit failed (details follow): svn: No write-lock in 'Z:\development\workspaces\command\peeplogging\src' Environment Subversion is the Collabnet bundled w

Re: Can't merge after changing directory capitalization

2010-08-16 Thread Jacob Weber
On Aug 16, 2010, at 10:27 AM, Ryan Schmidt wrote: > On Aug 16, 2010, at 12:08, Jacob Weber wrote: > >> OS X doesn't support multiple files in the same directory with the same name >> and different capitalization. > > Just to nitpick this point: of course Mac OS X supports that. But the > case-

Re: Can't merge after changing directory capitalization

2010-08-16 Thread Ryan Schmidt
On Aug 16, 2010, at 12:08, Jacob Weber wrote: > OS X doesn't support multiple files in the same directory with the same name > and different capitalization. Just to nitpick this point: of course Mac OS X supports that. But the case-insensitive Mac OS Extended filesystem most Macs use doesn't s

Can't merge after changing directory capitalization

2010-08-16 Thread Jacob Weber
If I change the capitalization of a directory name, it seems to cause problems with merging. I'm using SVN 1.6.11 on Mac OS X. I'm not sure if this is relevant, but OS X doesn't support multiple files in the same directory with the same name and different capitalization. Can I report this as a b

Can One Use Subversion for an ecryptfs-protected Subdirectory?

2010-08-16 Thread Tom Browder
I would like to add an ecryptfs directory as a subdirectory in my unencrypted subversion working directory. I have searched the archives of this list and can find no hits on ecryptfs. Has anyone tried it? Do you check in the directory and files before or after you have mounted the directory as

Re: Setting multiple properties with on command

2010-08-16 Thread Alexander Skwar
Hi. 2010/8/16 Pathy Kongo : > Hi, > > Thank you all for you answers ! > > I know that all propset command are done locally but it takes time because I > call the svn command line client with the PHP exec function one after > another. So i have to launch this function 15 times! Dunno, but this ver

Re: Setting multiple properties with on command

2010-08-16 Thread Pathy Kongo
Hi, Thank you all for you answers ! I know that all propset command are done locally but it takes time because I call the svn command line client with the PHP exec function one after another. So i have to launch this function 15 times! I thought it would take less time with only one command... I