From: Yasutaka Atarashi <atara-y@mx.scn.tv>
To: cygwin@cygwin.com
Subject: Cygwin subversion and UNC path
Date: Sun, 22 Apr 2018 14:04:00 -0000 [thread overview]
Message-ID: <xolin8jpcbe.wl-atara-y@mx.scn.tv> (raw)
Hi.
I found a possible improvement for Cygwin Subversion.
Currently, Cygwin Subversion can not handle UNC path correctly.
07-fix-path-tests.patch in Cygwin Subversion package says "But do support a little UNC".
However, it does not work correctly.
This is just because of a typo.
In that patch, cygwin check is described as defined(CYGWIN) instead of defined(__CYGWIN__).
Replacing all occurrences of defined(CYGWIN) with defined(__CYGWIN__) enables Cygwin Subversion to handle UNC path.
For example, it could handle repositories checked out by TortoiseSVN from UNC path.
(Replacing libsvn_subr is enough to fix)
Please consider to apply this modification.
Regards,
Yasutaka ATARASHI
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
next prev reply other threads:[~2018-04-22 14:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 20:20 subversion problem Rockefeller, Harry
2018-04-23 20:31 ` David Rothenberger
2018-04-22 14:04 ` Yasutaka Atarashi [this message]
2018-04-22 15:58 ` Cygwin subversion and UNC path David Rothenberger
2018-04-25 13:11 ` subversion problem Yasutaka Atarashi
2018-04-25 17:03 ` David Rothenberger
2018-04-23 21:28 ` Rockefeller, Harry
2018-04-23 21:05 ` Andrey Repin
2018-04-23 21:28 ` Rockefeller, Harry
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xolin8jpcbe.wl-atara-y@mx.scn.tv \
--to=atara-y@mx.scn.tv \
--cc=cygwin@cygwin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).