git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* How to add new tree?
@ 2005-05-12 11:44 Alexey Nezhdanov
  2005-05-12 12:03 ` David Greaves
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Nezhdanov @ 2005-05-12 11:44 UTC (permalink / raw
  To: Petr Baudis; +Cc: git

Hello.
Probably a lame question but I can figure out how to add new directory to repo 
neither with cogito nor with git.

a simple example:
=========
$mkdir newdir
$cg-add newdir
cg-add: newdir does not exist
$
==========
How can this be resolved?

-- 
Respectfully
Alexey Nezhdanov


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to add new tree?
  2005-05-12 11:44 How to add new tree? Alexey Nezhdanov
@ 2005-05-12 12:03 ` David Greaves
  0 siblings, 0 replies; 2+ messages in thread
From: David Greaves @ 2005-05-12 12:03 UTC (permalink / raw
  To: Alexey Nezhdanov; +Cc: git

Alexey Nezhdanov wrote:

>Hello.
>Probably a lame question but I can figure out how to add new directory to repo 
>neither with cogito nor with git.
>
>a simple example:
>=========
>$mkdir newdir
>$cg-add newdir
>cg-add: newdir does not exist
>$
>==========
>How can this be resolved?
>
>  
>
git (and so cogito) manage content.
Directories have no content

Add a file within it
cg-add newdir/file

and it will create a tree as needed.

David

-- 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-12 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12 11:44 How to add new tree? Alexey Nezhdanov
2005-05-12 12:03 ` David Greaves

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).