ZigZig Forums  


Post a new message in "Feature requests"
Name:
email*:
Subject:
This image contains a scrambled text, it is using a combination of colors, font size, background, angle in order to disallow computer to automate reading. You will have to reproduce it to post a message in the forums. Enter the text in the image:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:

emoticons
B) ;) :) :P
:laugh: :ohmy: :sick: :angry:
:blink: :( :unsure: :kiss:
:woohoo: :lol: :silly: :pinch:
:side: :whistle: :evil: :S
:blush: :cheer: :huh: :dry:
* - your email address will never be displayed on the site.

Topic History of: Work with a WC via SMB
Max. showing the last posts - (Last post first)
Author Message
Braden The permissions issue isn't ZigVersion's fault; Mac's CIFS appears to be unable to chmod. See here:



web.mac.com/brianwells/main/Blog/Entries/2007/4/22_More_on_Subversion%2C_Mac_OS_X%2C_and_SMB.html



It can sort of be worked around with a "find . -name '.svn' | xargs chmod -R 755". Even after that, though, a couple users browsing their working copies kills our server--looks like ZigVersion drills down too aggressively or refreshes too frequently or something.



Our working copies are on our webserver, and they all use its local MySQL database. Working off of our own machines would be a significant hassle.
Aparajita 'm not sure what your reasoning was to share working copies like this



The reasoning is simple: I have a system that has to run under Windows, but I edit the source files on my Mac by mounting an SMB share with the source files. Since the source files live on the SMB share, I naturally want to use ZigVersion on my Mac to manage the source.



- Aparajita
eriks I ran into the following page today, which may help out with this problem.



http://www.macosxhints.com/article.php?story=20061020211202571
eriks I'm not sure what your reasoning was to share working copies like this, but if you must do so, you may be better off going the other direction (have the working copy on the mac, and share it to the windows box).
Avi Flax This one feature would, all by itself, get me to buy a few licenses, and to recommend the software to others as well.



The problem: I have some working copies that live on a Windows server, which I access by mounting a share via SMB/CIFS in the Finder. When I run a SVN operation on that working copy, such as update, commit, etc, I get this:svn: Can't move '.svn/tmp/entries' to '.svn/entries': Permission denied That's with any client. It seems to have something to do with the way the share is mounted.



I *may* have found a workaround involving OpenSSH, SFTP, MacFUSE, and sshfs, but it's quite convoluted, involved, and still not 100% worked out.



It'd kick ass if ZigVersion would handle this for me.



Thanks!