info-cvs
[Top][All Lists]
Advanced

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

Re: cannot export from remote repo to absolute pathname


From: Eric Siegerman
Subject: Re: cannot export from remote repo to absolute pathname
Date: Thu, 26 Apr 2001 16:46:48 -0400
User-agent: Mutt/1.2.5i

On Wed, Apr 25, 2001 at 06:02:26PM -0600, John E. Hein wrote:
> I am trying to export a subtree from a module at a remote repository
>  to a local directory tree.  I tried:
>
> cvs -d remotehost:/repo_dir export -d /local/dir some_module/sub/tree
>
> ( cd /local/dir ; cvs -d remotehost:/repo_dir export -d . 
> some_module/sub/tree)
>
> ln -s /local/dir foo
> cvs -d remotehost:/repo_dir export -d foo some_module/sub/tree

Export really wants to create the top-level directory.  Try this
variant of your second case:

    cd /local
    rm -r dir
    cvs -d remotehost:/repo_dir export -d dir some_module/sub/tree

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)



reply via email to

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