You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Yong Shiuh Rong <sh...@synamatix.com> on 2009/04/24 07:50:06 UTC

creating folder

Hi,
I created a folder under my current repo by using the following command

sudo svn mkdir file:///svn/repos/abc/xyz -m xyz

but when i use

 svn ls file:///svn/repos/abc/xyz

it doesn't show any thing, not even the trunk, branches and tag folder, is
there anything i missed out?

yong

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1887962

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: creating folder

Posted by Kurt Pruenner <le...@gmx.at>.
Yong Shiuh Rong wrote:
> I created a folder under my current repo by using the following command
> 
> sudo svn mkdir file:///svn/repos/abc/xyz -m xyz
> 
> but when i use
> 
>  svn ls file:///svn/repos/abc/xyz
> 
> it doesn't show any thing, not even the trunk, branches and tag folder,
> is there anything i missed out?

You created an empty folder - so what else did you expect?

If you want trunk, branches and tags folders for a project anywhere, you
have to create them by hand - they're just a suggested layout, not
something that's somehow enforced by subversion itself.

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1888321

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].