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

repos structure

From: Chuvke _ <chuvke_at_gmail.com>
Date: Wed, 14 May 2008 09:34:58 +0200

Hi All,

I've question about the (optimal) repos struct for svn if :

Initial revision (rev1):
doc
  spec.doc
src
 a.c
 b.c
 c.c

What I would like is to "attach" a tag to the src code files and the
corresponding revision of the spec.doc document.

lets say in rev2 the spec.doc is modified, so

rev2:
doc
  spec.doc (*)
src
  a.c
  b.c
  c.c

I would like to attach a tag now which labels/tags the
a.c,
b.c,
c.c
of rev2 and the
spec.doc of rev1.

What would be the required repos struct here ?

e.g. trunk/branches/tags in doc and src . But then how can I achieve the
above tagging then?

In a file based revision system this would be easy to do, since you can
label/tag the individual files to that label, but how can I do so in svn ?

Any suggestions/remarks are very welcome.

Greetings,
Chuvke
Received on 2008-05-14 09:35:24 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.