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

continuing subversion/svnserve questions...

From: bruce <bedouglas_at_earthlink.net>
Date: 2004-08-25 02:59:52 CEST

thanks....

in looking through google/the 'subversion docs' ,i'm still at a loss as to
how to actually accomplish what i want to do...

i want to setup a system where one group of users will identify functions
that need to be created. each function will have it's own dir/file. as the
users identify a function, i envision them also creating the repository
directory for the function, and the initial template for the function within
the directory.

another group of users will then be responsible for building the functions,
and modifying the files within the repository file/directories in the
repository structure.

i also envision users who will act as testers of the functions. once the
test person verifies that the file/function works, i'd like for the test
person to be able to copy the file/function into a 'valid' directory. the
'valid' directory would basically be a storage of the working/complete
functions/files.

my question has to do with how this kind of environment should be setup. is
it possible within 'subversion' to actually 'tag' a file, or set a property
that can be used to denote that the given version of the file is 'good'? or
would it be better to set up a directory were i would just copy the 'working
files' to once they were verified? would this be a 'branch'?

it seems as though i'm making this a little more complex than it has to
be... with msoft vss, i could simply creae the different dirs, and move/copy
the underlying files as i needed to.. so i'm fairly certain that what i'm
trying to do is pretty straight-forward if i really understood
subversion...!!!

also, in using the tortise client, and reviewing test files in a test
repository, it appears that revisions are integers... does subversion using
integers exclusively, or is it possible to use the dot '.' format for
version/revision numbers, or am i confusing the role/usage of
revision/version numbers with subversion..

thanks for all/any pointers/comments/etc...

-bruce

-----Original Message-----
From: Patrick Smears [mailto:patrick.smears@ensoft.co.uk]
Sent: Tuesday, August 24, 2004 3:10 PM
To: bruce
Cc: users@subversion.tigris.org
Subject: RE: accessing a single file from svnserve

These questions are probably more appropriate for the TortoiseSVN mailing
list, but see inline...

On Tue, 24 Aug 2004, bruce wrote:

> now, how can i get a single directory/file from the repository via
> either the command line, or from the tortise client?

You cannot get a single file, you always have to get a directory. You
specify the directory as part of the URL in the checkout.

> do i need to have prior knowledge of what the file/directory is called?

Yes, but there are ways to find that out (see below)

> i'm looking for a way to kind of be able to review the underlying
> dir/tree structure and then to be able to select the dir/file from the
> tree that i need to work on...

Right-click on the desktop and choose "Repo-browser" from the Tortoise
menu. This gives you a way to browse through the repository without
checking out a working copy...

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 25 02:56:39 2004

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.