On Mon, 2008-09-15 at 17:40 -0500, Aaron Paxson wrote:
> Okay, so I take the advice in the wiki.  
>  
> I created a directory storing maven (where it should be)
>  
> # pwd
> ~/dev/OpenNMS-dev
>  
> # mkdir maven
> # cd maven
> # git checkout -b trunk maven/trunk
> fatal: Untracked working tree file
> 'dependencies/opennms-acegi/pom.xml'would be removed by merge

No the git tree is a monolithic one. To do that you would need to do a
clone and then symlink and modify  .git/info/exclude like I do for the
debian packing part of the checkout.

10:04 [EMAIL PROTECTED]/x86_64 [opennms] >ls -l
drwxr-xr-x 13 ajb cvs      4096 Sep  1 12:48 onms-debian.git-svn
drwxr-xr-x 34 ajb cvs      4096 Sep  2 10:01 opennms.git-svn
10:04 [EMAIL PROTECTED]/x86_64 [opennms] >ls -l opennms.git-svn/debian
lrwxrwxrwx 1 ajb cvs 22 Aug  7 14:16 opennms.git-svn/debian -> 
../onms-debian.git-svn


10:04 [EMAIL PROTECTED]/x86_64 [opennms] >cat
opennms.git-svn/.git/info/exclude 
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

# ignore debian (symlinked separate repo)
debian

However I just use my distro packaged version of Maven. Didn't seem such
a bad idea:

10:01 [EMAIL PROTECTED]/x86_64 [opennms.git-svn] >env | grep "MVN"
MVN=/usr/bin/mvn

> 
-- 
Alex Bennee, Software Engineer
Your fault -- core dumped


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to