You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by bt c <cb...@yahoo.com> on 2005/11/04 21:26:16 UTC

Adding directories and files to repository directly without a working copy

Hi,
 
Is it possible to perform the above?
 
Was using TortoiseSVN's repobrowser and found out that the above can be done. 
 
How to operate the svn client command-line stuff to do likewise as well? The point is no working copy needed...
 
Thanks.

Re: Adding directories and files to repository directly without a working copy

Posted by "Christopher H. Laco" <cl...@chrislaco.com>.
bt c wrote:
> Hi,
>  
> Is it possible to perform the above?
>  
> Was using TortoiseSVN's repobrowser and found out that the above can be done. 
>  
> How to operate the svn client command-line stuff to do likewise as well? The point is no working copy needed...
>  
> Thanks.
> 

See:

	svn help mkdir
	svn help import


-=Chris