From user-return-35739-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Aug 07 20:01:12 2003 Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 4164 invoked by uid 500); 7 Aug 2003 20:01:11 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 4153 invoked from network); 7 Aug 2003 20:01:11 -0000 Received: from mailhost2.cnf.com (HELO ljcqs053.cnf.com) (63.230.177.24) by daedalus.apache.org with SMTP; 7 Aug 2003 20:01:11 -0000 Received: from cnfqs039.cnf.com (localhost [127.0.0.1]) by ljcqs053.cnf.com (Postfix) with ESMTP id 262B76F5 for ; Thu, 7 Aug 2003 13:01:16 -0700 (PDT) Received: by cnfqs039.cnf.prod.cnf.com with Internet Mail Service (5.5.2653.19) id ; Thu, 7 Aug 2003 13:01:15 -0700 Message-ID: <25E622D843625C40BE0EEC150B437C1B2CCD79@cnfqe029.cnf.prod.cnf.com> From: "Anderson, Robert H - MWT" To: 'Ant Users List' Subject: RE: A different CVS situation Date: Thu, 7 Aug 2003 13:01:13 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You are right. That is a little weird. I would not recommend setting up a separate repository where a branch would suffice. You mentioned a dev repository and a deploy repository... these should be branches in the same repository. Then you could simply merge files between the branches as needed. I have seen some serious CM nightmares but this one is certainly something I have had the good fortune of not seeing. To solve the problem, you might try finding a new boss ;) -Rob Anderson -----Original Message----- From: Matt [mailto:mathews_julien@hotmail.com] Sent: Thursday, August 07, 2003 9:50 AM To: 'Ant Users List' Subject: A different CVS situation Hi Folks, I have a CVS question which I think might be a little weird. I am using Ant to make new versions and import stuff to my CVS repository. Now my boss wants to make a functionality which people could use to transfer projects from one CVS repository to another. Like from dev repository to deploy repository. Has anyone ever attempted that kind of stuff or you guys think that this is even do-able with Ant. We don't need to checkout the projects. The users should be able to see what projects exists in a repository in some kinda GUI and select a project and be able to transfer that to another repository with click of a button. I have made a GUI to supplement Ant that allows user to chose import project to multiple repository locations in one pass. But transferring directly from one repository to another directly, I don't know abt that ? Is the idea worth pursuing ? I would appreciate any comments or ideas ? Matt --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org