| Author |
Cygwin and Subversion
|
Matt Biggin
Greenhorn
Joined: Jul 04, 2002
Posts: 5
|
|
|
Does anyone know whether there is a cygwin port of subversion yet?
|
Matt Biggin<br />Java Professional
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
What do you mean by cygwin port of subversion? subversion is working normally on windows so why would you need a cygwin version? -- ./pope [the_mindstorm]
|
blog - InfoQ.com
|
 |
Matt Biggin
Greenhorn
Joined: Jul 04, 2002
Posts: 5
|
|
|
The cygwin installation includes CVS, I was wondering if anyone knew whether it included subversion also.
|
 |
Jeff Machols
author
Ranch Hand
Joined: Sep 07, 2004
Posts: 43
|
|
Matt - All you need to do is install the windows version of Subversion, then set your PATH in cygwin to point to that location. So if it is installed in c:/programs/svn, add this to your path PATH=$PATH:/cygdrive/c/programs/svn/bin
|
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/1932394362/ref=jranch-20" target="_blank" rel="nofollow">Subversion in Action</a>
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
|
|
Originally posted by Matt Biggin: The cygwin installation includes CVS, I was wondering if anyone knew whether it included subversion also.
Does it really include the CVS server or just the client?
|
Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
Originally posted by Lasse Koskela: Does it really include the CVS server or just the client?
afaik the client only. -- ./pope [the_mindstorm]
|
 |
 |
|
|
subject: Cygwin and Subversion
|
|
|