Hi, when using mGAR, what's the magic procedure to make the "UNCOMMITED" in the package PSTAMP field go away?
Even when i commit all my package files, then checkout a pristine working copy and rebuild the package, the UNCOMMITED doesn't go away. 1) svn co https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/synergy 2) cd synergy/trunk 3) gmake package 4) pkginfo has PSTAMP: [EMAIL PROTECTED] When i try to follow what is going on inside gar/gar.pkg.mk i see # Case 3+4: The directory belongs to a repository ifneq ($(shell $(SVN) status 2>/dev/null),) # Case 3: Not everything was committed properly _SVN_UNCOMMITTED = UNCOMMITTED endif And doing the "svn status" manually i get: ~/mgar/synergy/trunk$ svn status X gar Performing status on external item at 'gar' ~/mgar/synergy/trunk$ Do i have to do things differently? Sebastian _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
