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

Re: Msys support? svn-win32-0.37.0

From: Jostein Chr. Andersen <jostein_at_josander.net>
Date: 2004-02-17 19:32:44 CET

On Tuesday 17 February 2004 18.47, Chris Parker wrote:
> Doesn't sound like it's designed to be a full-on interactive
> shell. Google seems to indicate a few other things don't run under it
> either.
>
> Is msys really designed as an additional shell? or just a bootstrap
> environment for to be able to get builds going?

MSYS (the shell part of it) is basically a slightly outdated Bash ported
to Windows. It works perfect on my system (XP).

With MSYS, you copy and paste as you do with bash on *nix (mark text =
copy, middle mouse is paste and you enjoy _native_ compiled *nix
programs such as rm, copy and so on :-)

Here is some relevant output from the my MSYS Shell:

-----------------------------------------------------------
Jostein@XP /c/work/Subversion/wc
$ svn --version
svn, version 0.37.0 (r8509)
   compiled Jan 25 2004, 22:51:07

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' schema

Jostein@XP /c/work/Subversion/wc
$ sh --version
GNU bash, version 2.04.0(1)-release (i686-pc-msys)
Copyright 1999 Free Software Foundation, Inc.

Jostein@XP /c/work/Subversion/wc
$ svn up
At revision 8667.
-----------------------------------------------------------

Jostein

-- 
http://www.josander.net/kontakt/ ||
http://www.josander.net/en/contact/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 17 19:34:16 2004

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.