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

[PATCH] svn protocol over windows named pipe

From: B $B9, <k_at_kekyo.net>
Date: 2007-09-15 13:44:30 CEST

Hi,

I added the means to access by using the
named pipe of Windows for SubVersion.
The following things can be done by using this.

*The direct access protection can be decided
 from the right of access of the repository file by
 using impersonation mode.
*It becomes a single sign-in by the host under
 the control of ActiveDirectory or Domain Controller.
*Of course, it is possible to start as service :-)

SubVersion URL scheme is "pipe".
For instance, it uses it as follows:

svn list pipe://localhost/
svn list pipe://svntrunk.foo.bar.net:12345/

In the first example, it connects it with the localhost.
The name of named pipe is "SubVersion3690.
"When the port number is specified like the second
example, it becomes "SubVersion12345".

# The user not need learn this thing.
# It only has to know only URL as usual.

The option such as --pipe and --pipe-with-impersonate
was added to svnserve.

The method of displaying the error of Windows API
might have a better procedure.
(svn_win32_get_error_string)

Please correct it if there is a part not suitable for
the method.

----------------------
Kouji Matsui
mailto:k@kekyo.net
# It will be automatically discarded if the attached file of
# executable files or "HTML mail" is transmitted to this mail address.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

  • application/octet-stream attachment: pipe.diff
Received on Sat Sep 15 13:40:57 2007

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

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