Re: Locking a file in a moved folder

2011-03-28 Thread Daniel Shahaf
Arjen Wisse wrote on Mon, Mar 28, 2011 at 09:51:43 +0200: > Hi Daniel, > > Thanks for responding to this issue. > > In fact what I was expecting is that when locking the file before > move, the lock being moved to the new location in the working copy as > well. However, that does not happen eithe

Re: Crash during attempted dump of repository

2011-03-28 Thread Daniel Shahaf
On Mon, 28 Mar 2011 18:29 -0500, "Mike Adams" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-03-27 00:02, Mike Adams wrote: > > > > I was trying to upgrade and dump my repository with these results: > > > > C:\Users\Mike>svnadmin recover C:/Opt/var/svn_repository/ > >

Anyone using svn+ssh for Fisheye?

2011-03-28 Thread Nico Kadel-Garcia
I'm dealiing with people who like Fisheye, which I've never used, and want them to be able to use ssh or svn+ssh access to the master Subversion repositories. Does this work well? Has anyone used this?

Re: Crash during attempted dump of repository

2011-03-28 Thread Mike Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-27 00:02, Mike Adams wrote: > > I was trying to upgrade and dump my repository with these results: > > C:\Users\Mike>svnadmin recover C:/Opt/var/svn_repository/ > Repository lock acquired. > Please wait; recovering the repository may take

RE: Synced mirror bug? checksum mismatch

2011-03-28 Thread Andersen, Krista
Hi Gert, Thank you for responding. > If You can You change the mirror setup so that SVNMasterURI has same > path part as mirror location then it should go away I believe that is how we have the SVNMasterURI setup. The problem exits. There must be something else? # write-through proxy accept

Re: Perl binding not fully reentrant

2011-03-28 Thread Daniel Ruoso
2011/3/28 Stefan Sperling : > The same problem probably exists at the C API level. > Can you provide more details about the "mixed up state" you are seeing? What was happening was that the outer log was having a premature exit (no die). > And how are you invoking the function? Is a working copy i

Re: Perl binding not fully reentrant

2011-03-28 Thread Stefan Sperling
On Mon, Mar 28, 2011 at 09:58:35AM -0400, Daniel Ruoso wrote: > Hi, > > I was navigating in svn logs from Perl, and when I tried to call the log > method from within a log callback, the states got mixed up between the inner > and outer calls. > The same problem probably exists at the C API level

RE: Tortoise and editing files on a server

2011-03-28 Thread Bob Archer
> I am new to subversion and also not a Windows user. > > I am asked to create a repository for a company. The programmers > will > be using Windows PC's to do there work. But the files they are > working > on will be on a web server, not on there local PC. So there edits > will > be on remote fil

Perl binding not fully reentrant

2011-03-28 Thread Daniel Ruoso
Hi, I was navigating in svn logs from Perl, and when I tried to call the log method from within a log callback, the states got mixed up between the inner and outer calls. Is that a known limitation? I'd be happy to provide a testcase otherwise. Daniel

Re: Tortoise and editing files on a server

2011-03-28 Thread Thorsten Schöning
Guten Tag Cecil Westerhof, am Montag, 28. März 2011 um 14:33 schrieben Sie: > I am asked to create a repository for a company. The programmers will > be using Windows PC's to do there work. But the files they are working > on will be on a web server, not on there local PC. So there edits will > be

Tortoise and editing files on a server

2011-03-28 Thread Cecil Westerhof
I am new to subversion and also not a Windows user. I am asked to create a repository for a company. The programmers will be using Windows PC's to do there work. But the files they are working on will be on a web server, not on there local PC. So there edits will be on remote files. In principal t

Re: Locking a file in a moved folder

2011-03-28 Thread Arjen Wisse
I just realized that I mentioned something that is not true: > In fact what I was expecting is that when locking the file before > move, the lock being moved to the new location in the working copy as > well. However, that does not happen either (see defect > http://subversion.tigris.org/issues/sho

Re: Locking a file in a moved folder

2011-03-28 Thread Arjen Wisse
Hi Daniel, Thanks for responding to this issue. In fact what I was expecting is that when locking the file before move, the lock being moved to the new location in the working copy as well. However, that does not happen either (see defect http://subversion.tigris.org/issues/show_bug.cgi?id=3525).