[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Why doesn't 'svnadmin create' creates tags, branches, trunk?

From: Tech Geek <techgeek12345_at_gmail.com>
Date: Wed, 6 Oct 2010 22:15:24 -0700

So I am relatively new to subversion as compared to most of the folks on
this mailing list. After seeing lot of examples over the web and reading
official subversion book it seems that almost every body creates their
repository in some or the other way with tags, branches and trunk structure
even though for Subvrsion itself these concepts do not exits.

So why don't we have (read as a feature) something like this:

# svnadmin create --tbt new_repo

and a repositroy with following strcuture is created (automatically)

# ls /var/lib/svn/new_repo
branches
tags
trunk

Basically the optional arugment "--tbt" in the above command creates the
sub-directories tags, branches, trunk automatically for you.

It would be a nice (raed useful) feature to have.

What do you guys think?

Thanks!
Received on 2010-10-07 07:16:01 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.