The Artima Developer Community
Sponsored Link

Java Buzz Forum
Maven and CVS Connundrum

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nick Lothian

Posts: 397
Nickname: nicklothia
Registered: Jun, 2003

Nick Lothian is Java Developer & Team Leader
Maven and CVS Connundrum Posted: Jun 26, 2003 10:22 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nick Lothian.
Original Post: Maven and CVS Connundrum
Feed Title: BadMagicNumber
Feed URL: http://feeds.feedburner.com/Badmagicnumber
Feed Description: Java, Development and Me
Latest Java Buzz Posts
Latest Java Buzz Posts by Nick Lothian
Latest Posts From BadMagicNumber

Advertisement

So I've fixed my CVS/Maven issues. It turns out that you need to specify a CVS repository like:

scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot:classifier4j
rather than
scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/classifier4j
Apparently, this is assumed knowledge or something, or is just a CVSism.

I was basing my setting on the sourceforge documentation:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/classifier4j login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/classifier4j comodulename
The SF documentation is usually quite good.... Oh well... the joys of different development environments.

Read: Maven and CVS Connundrum

Topic: Checkclipse - looks great Previous Topic   Next Topic Topic: Using w.bloggar with freeroller

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use