info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs commit command using absolute path


From: Larry Jones
Subject: Re: cvs commit command using absolute path
Date: Sun, 24 Jan 2010 16:05:59 -0500

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

[Prev in Thread] Current Thread [Next in Thread]