[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problem (bug?) with svn1.4.2 on cygwin

From: Frodak <frodak17_at_yahoo.com>
Date: 2007-02-06 15:06:48 CET

--- Ryan Schmidt <subversion-2007a@ryandesign.com>
wrote:

> On Feb 5, 2007, at 12:03, Luca Cappa wrote:
>
> > I am using the svn package provided by cygwin (svn
> --help reports
> > "version 1.4.2 (r22196) compiled Dec 2 2006,
> 14:28:55"), and I
> > encountered the following problem while exporting
> the content of my
> > Subversion repository.
> >
> > In the repository, I have a directory T which
> contains another file
> > called X.exe and a directory called X. When I
> export the content of
> > the whole repository (svn export --force
> svn://localhost/trunk/
> > PathToDirectoryT), the follwoing happens:
> >
> > -the X.exe file gets exported correctly;
> > -when the the X directory would get exported, svn
> outputs the
> > following error: "svn: 'X' exists and is not a
> directory"
> >
> > It does not happen if I manually export first the
> X directory, and
> > then the X.exe file, like:
> > svn export --force svn://localhost/trunk/PathToT/X
> > svn export --force
> svn://localhost/trunk/PathToT/X.exe
> >
> > but the error happens if I export the X.exe file
> before the
> > directory, i.e.:
> > svn export --force
> svn://localhost/trunk/PathToT/X.exe
> > svn export --force svn://localhost/trunk/PathToT/X
> > svn: 'Programmer' exists and is not a directory
> >
> > which is the sequence of operations when the whole
> repository is
> > exported. Is this a bug?
> >
> > I am using Windows XP Professional, NTFS fs in
> both the server and
> > the client computers.
>
>
> Sounds buggy to me. Also sounds like a Windows
> problem, or possibly a
> cygwin problem. To narrow it down, you could try
> running those
> commands in the native Windows command-line client
> instead of the
> cygwin client. You could also try the same commands
> on a non-Windows
> (e.g. Linux, Mac OS X, etc.) machine, but I'm pretty
> sure the problem
> won't occur there.
>
>
> --

I can't reproduce this issue. While cygwin does do
exe magic, I don't have problems with this.

Add the export works fine:
$ svn export file:///svn/test/exe test_export
A test_export
A test_export/file
A test_export/file/new_sub_file.txt
A test_export/file.exe

Exported revision 30.

Perhaps you are using a old version of cygwin?

 
____________________________________________________________________________________
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 6 15:07:36 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.