File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes Cygwin and Subversion Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Cygwin and Subversion" Watch "Cygwin and Subversion" New topic
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
 
Threads others viewed
Java to Html Output Tool ??
Is there any simulator for practicing basic UNIX cmds on windows?
file tracking
Issues with an acquired build.xml
A very simple version contol software
developer file tools