Sunil Saxena writes:
> 
> But would require absolute path, Is it directly possible to pass
> absolute path to cvs commit command ?

No.  It probably should be, but there are a number of implementation
details that make it very difficult to support and no one has ever done
so.  The workaround is to cd to the appropriate directory before doing
the commit:

        (cd /test/path2/project-details/CompiledJars &&
         cvs -d $cvs.root commit -m "no message" environments.jar)
-- 
Larry Jones

Another casualty of applied metaphysics. -- Hobbes


Reply via email to