Re: mount svn as a local driver

2009-12-17 Thread Blair Zajac
On 12/17/2009 07:41 AM, Ryan Schmidt wrote: On Dec 16, 2009, at 23:42, 9pbz5c...@sneakemail.com wrote: I would like to mount a part of a svn repository as if it were a networked hard drive. WebDAV autoversioning does this... http://svnbook.red-bean.com/en/1.5/svn.webdav.autoversioning.html

Re: SVN Phantom Directory Problems

2009-12-17 Thread Stefan Sperling
On Thu, Dec 17, 2009 at 01:09:56PM -0600, Ryan Schmidt wrote: > > On Dec 17, 2009, at 12:55, Dave Westerman wrote: > > > I'm having problems with a directory that has been deleted, but is > > preventing me from being able to commit changes to SVN. > > > > I created a branch, and am now done wi

Re: SVN Phantom Directory Problems

2009-12-17 Thread Ryan Schmidt
On Dec 17, 2009, at 12:55, Dave Westerman wrote: > I'm having problems with a directory that has been deleted, but is preventing > me from being able to commit changes to SVN. > > I created a branch, and am now done with it. I've tried to merge it back into > the trunk, for which I have a bra

SVN Phantom Directory Problems

2009-12-17 Thread Dave Westerman
I'm having problems with a directory that has been deleted, but is preventing me from being able to commit changes to SVN. I created a branch, and am now done with it. I've tried to merge it back into the trunk, for which I have a brand new checked-out working copy. The way SVN is set up here,

Re: Network Repository - user with 'read only' access - \format file security

2009-12-17 Thread Andy Levy
On Thu, Dec 17, 2009 at 10:40, Chris Coleman wrote: > Olivier Sannier wrote: >>This last message comes from the Windows security modules, most likely >> because the computer is not on the same domain or because the time is >> different between the server and the client. > This is a very good sugge

Re: mount svn as a local driver

2009-12-17 Thread Ryan Schmidt
On Dec 16, 2009, at 23:42, 9pbz5c...@sneakemail.com wrote: > I would like to mount a part of a svn repository as if it were a networked > hard drive. WebDAV autoversioning does this... http://svnbook.red-bean.com/en/1.5/svn.webdav.autoversioning.html > Ideally I would like to be able to choos

Re: Network Repository - user with 'read only' access - \format file security

2009-12-17 Thread Chris Coleman
Olivier Sannier wrote: >This last message comes from the Windows security modules, most likely because the computer is not on the same domain or because the time is different between the server and the client. This is a very good suggestion. This partner is coming from a network outside of our ow

RE: Network Repository - user with 'read only' access - \format file security

2009-12-17 Thread Bob Archer
> We have a partner who needs visibility into our SVN repository. It > is a local repository with no http server (Apache) access. > > If this partner is granted Read Only permissions to the directory > on the Windows Server where the repository is stored - would that > be enough to interact with S

Re: Network Repository - user with 'read only' access - \format file security

2009-12-17 Thread Olivier Sannier
Chris Coleman wrote: Error: Can't open file Error: '\\aab1234\Common\repo\MyProject\trunk\format': Error: The system detected a possible attempt to compromise security. Please ensure Error: that you can contact the server that authenticated you. This last message comes from the Windows securit

Network Repository - user with 'read only' access - \format file security

2009-12-17 Thread Chris Coleman
We have a partner who needs visibility into our SVN repository. It is a local repository with no http server (Apache) access. If this partner is granted Read Only permissions to the directory on the Windows Server where the repository is stored - would that be enough to interact with SVN? Would a

RE: Ideal Subversion Setup

2009-12-17 Thread Bob Archer
> Thanks for the reply. So there might be some hope. > > Let me elaborate on our setup. I've decided the first thing to do > is to > cut out the inbetween step of dragging files over. So I have setup > a > folder on our local linux webserver and setup apache web server to > use > it as a virtual h

Probable bug with svn copy

2009-12-17 Thread Alan Spencer
Hi All, I've been asked to analyse a problem we have had with subversion and come to the conclusion there is a bug in at least the client. The scenario was someone committed a new directory that made a build fail and in order to free up the build this commit was reverse merges (merge -c -)

Need help about the mail hook

2009-12-17 Thread Chen Avi (ZhuP/TEF3)
Hi, I am a newer about SVN, we now want to implement the function about "send mail to enginner" when the source code was chaned before commit,but I don't know how to do it,and could you please do me a favor to supply a method. Our purpose is obvious, just send a mail to enginner wh

mount svn as a local driver

2009-12-17 Thread 9pbz5ct02
Hi, I would like to mount a part of a svn repository as if it were a networked hard drive. Ideally I would like to be able to choose the revision at mounting time (wherther thats a number or the head) and keep it at that until re-mounted. Also the files would be read only - no autoversioning. Is

Re: Ideal Subversion Setup

2009-12-17 Thread Andy Levy
On Thu, Dec 17, 2009 at 08:39, Ryan Schmidt wrote: > To commit the symlink, you will need to run "svn commit" on the Linux server, > not on the Windows machine, since as I mentioned, the Windows operating > system has no concept of symlinks and cannot represent them. Actually, NTFS and Windows

Re: Ideal Subversion Setup

2009-12-17 Thread Ryan Schmidt
On Dec 17, 2009, at 03:53, David Burleson wrote: > Let me elaborate on our setup. I've decided the first thing to do is to cut > out the inbetween step of dragging files over. So I have setup a folder on > our local linux webserver and setup apache web server to use it as a virtual > host (to

Re: svn log and peg revision

2009-12-17 Thread Ryan Schmidt
On Dec 17, 2009, at 07:25, Richard Carlsson wrote: > I was trying to log a revision range of a branch that has been > moved around a bit: it exists in HEAD under its current name, > but has previously had another name and been under a different > directory layout. But I got the following strange

svn log and peg revision

2009-12-17 Thread Richard Carlsson
I was trying to log a revision range of a branch that has been moved around a bit: it exists in HEAD under its current name, but has previously had another name and been under a different directory layout. But I got the following strange behavour: > svn log -rA:B http://.../branches/f...@head

RE: restricting sub-directory permissions

2009-12-17 Thread Jon Foster
Hi, Gabriel Ricardo wrote: > I cannot figure out how to restrict permissions on a sub-directory. > What I want is to have anonymous read/write access to everything > except a sub-directory, where only two users have read/write and > everyone else has no access (read or write). I've done a lot of

RE: restricting sub-directory permissions

2009-12-17 Thread Engebakken Geir
Well, After lurking on this list for a year or so, this access system seems to be a problem for many users. It seems that there are all sorts of strange behaviour going on and one has to try all sorts of combinations before you find something working the way you want it to. We had a situation a

Re: Ideal Subversion Setup

2009-12-17 Thread David Burleson
Hi Ryan, Thanks for the reply. So there might be some hope. Let me elaborate on our setup. I've decided the first thing to do is to cut out the inbetween step of dragging files over. So I have setup a folder on our local linux webserver and setup apache web server to use it as a virtual host