Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-29 Thread Spiro Trikaliotis
Hello, * On Tue, Apr 29, 2008 at 12:58:53PM +0200 Jörg Schaible wrote: > > Well, it might be very well that Subversion always uses binary mode > for file I/O, Indeed, it seems so. This topic came up before (see the thread started at http://svn.haxx.se/dev/archive-2005-02/0993.shtml), and the wa

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-29 Thread Jörg Schaible
Dave Korn wrote: > Jörg Schaible wrote on 29 April 2008 07:39: > >> [EMAIL PROTECTED] wrote: > > Say, has your Outlook Quotefix gone screwy too? > >>> Spiro Trikaliotis wrote on 26 April 2008 10:42: >>> Unfortunately, with SVN from Cygwin, this is not true anymore. For the Cygwin ve

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-29 Thread Dave Korn
Jörg Schaible wrote on 29 April 2008 07:39: > [EMAIL PROTECTED] wrote: Say, has your Outlook Quotefix gone screwy too? >> Spiro Trikaliotis wrote on 26 April 2008 10:42: >> >>> Unfortunately, with SVN from Cygwin, this is not true anymore. For >>> the Cygwin version of SVN, the "native" forma

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-28 Thread Jörg Schaible
[EMAIL PROTECTED] wrote: > Spiro Trikaliotis wrote on 26 April 2008 10:42: > >> Anyway, this reminds me of another problem: Personally, I install >> Cygwin with DOS line endings (CR/LF). That's the reason why I have >> built CVS.EXE myself some moons ago ;), as the pre-built version did >> not lik

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-28 Thread Dave Korn
Spiro Trikaliotis wrote on 26 April 2008 10:42: > Anyway, this reminds me of another problem: Personally, I install Cygwin > with DOS line endings (CR/LF). That's the reason why I have built > CVS.EXE myself some moons ago ;), as the pre-built version did not like > this setup. (IIRC, the outputs

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-26 Thread Spiro Trikaliotis
Hello Bernard, * On Thu, Apr 24, 2008 at 01:08:16AM +0800 Bernard Blackham wrote: > On Mon, Apr 21, 2008 at 11:35:51AM +0100, Dave Korn wrote: > > Ah, this problem happens sometimes: the anti-virus on-access scanner > > keeps a > > handle open to the file a bit too long, interfering with norma

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-26 Thread Spiro Trikaliotis
Hello Dave, I am sorry for the late answer, but first, I was on a business trip, and secondly, I was speaking with the AntiVirus support team to try to find a fix or, at least, work-around for this issue. * On Mon, Apr 21, 2008 at 11:35:51AM +0100 Dave Korn wrote: > Spiro Trikaliotis wrote on 21

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-23 Thread Dave Korn
Bernard Blackham wrote on 23 April 2008 18:08: > Why doesn't the Cygwin SVN build simply just #define WIN32 (or > whatever it takes) so the code which is _already in SVN_ to work > around this problem is actually used to fix the issue? I have not > seen anyone give a reason as to why this shouldn'

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-23 Thread Brian Dessent
Bernard Blackham wrote: > Why doesn't the Cygwin SVN build simply just #define WIN32 (or > whatever it takes) so the code which is _already in SVN_ to work > around this problem is actually used to fix the issue? I have not > seen anyone give a reason as to why this shouldn't be done. (If > there

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-23 Thread Bernard Blackham
On Mon, Apr 21, 2008 at 11:35:51AM +0100, Dave Korn wrote: > > * On Sat, Apr 19, 2008 at 06:59:56PM +0200 I wrote: > >> Ok, here is the description: Sometimes (!) when I do a "svn co" or "svn > >> up", I get the following error: > >> > >> svn: Can't move 'src/arch/riscos/.svn/tmp/all-wcprops' to

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-21 Thread Dave Korn
Spiro Trikaliotis wrote on 21 April 2008 11:24: > Hello, > > * On Sat, Apr 19, 2008 at 06:59:56PM +0200 I wrote: >> Ok, here is the description: Sometimes (!) when I do a "svn co" or "svn >> up", I get the following error: >> >> svn: Can't move 'src/arch/riscos/.svn/tmp/all-wcprops' to > 'src/a

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-21 Thread Spiro Trikaliotis
Hello, * On Sat, Apr 19, 2008 at 06:59:56PM +0200 I wrote: > I have run into the following issue with Subversion on cygwin. Note that > this problem does not occur when running the original Subversion > versions from subversion.tigris.org; unfortunately, the ones from > trigris.org do not work i

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-19 Thread Spiro Trikaliotis
Hello, * On Sat, Apr 19, 2008 at 06:59:56PM +0200 I wrote: > This problems happens on two different computers, both running XP SP2. I > attached the output of "cygcheck -s -v -r > cygcheck.out" to this mail, it was the old "where is the attachment?" problem. I am sorry. Here, you can find it.

Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-19 Thread Spiro Trikaliotis
Hello, I have run into the following issue with Subversion on cygwin. Note that this problem does not occur when running the original Subversion versions from subversion.tigris.org; unfortunately, the ones from trigris.org do not work in a cygwin bash. Ok, here is the description: Sometimes (!) w