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

Re: Sourcesafe to SVN Conversion Questions

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2005-11-03 00:58:45 CET

Scott Prugh wrote:

> -Set Working Folder
> Is there a way to swap in a delivered build so that TSVN recognizes the
> binding to the URL in subversion? Perhaps if I do a checkout on the
> build machine and deliver that whole directory? Any other way?

I'm not certain, from your description, exactly what you're trying to
do. Do you mean that your developers copy your output build tree, and
then checkout source into this same tree? Why not just reverse the
process: developers check out their tree once, and have a script they
can run that will copy in your build output?

> -Get Latest?
> Is there a GetLatest equivalent, or do I have to start with a clean
> directory each time? In other words, I can't seem to get files from SVN
> unless the target directory is completely empty. I get an error otherwise.

The SVN equivalent to "Get Latest" is "Update", which works on an
already checked-out tree.
Export, will copy plain versions of files, but they cannot be commited
back to the repository.

It sounds like you'd benefit from reading the subversion book, and the
TortoiseSVN manual.

> -Global Properties
> What is the best way to set global properties like bugtraq:message and
> others? When I put them in the config file they do not seem to take
> effect. When I put them in the root of a repos branch they do not
> propogate to child folders. This may be because I am just getting the
> leaf and not all folders in between.

I think for a property to reflect down to a subdirectory you must have a
recursive checkout. TortoiseSVN couldn't magically connect sub
directories with a parent unless it was talking over the network (slow).

You may need to change the way you do some of your processes to complete
the transition svn, but having gone that road in our company I can say
it really is worth it in the end.

Cheers,

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org

--
Received on Thu Nov 03 07:59:07 2005

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

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