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

Re: Using SubVersion/TortiseSVN, and VB6 IDE

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-11-17 17:50:09 CET

Philip Long wrote:
> Presumably one way would be to simply check out all the files each time that
> the project is to be edited, but that seems an inelegant way of doing it.

Just check it out once, and work on that copy forever.
If you want to update your project because someone else checked in
changes, use the Update menu item - no need to check it out again.

> Version control is my problem - I sometimes need to be able to run a
> particular version or build, to find an error generated by a user.

Make a tag whenever you release.

When you want to compile against that tag, you can 'switch' your
working copy to the tag and work / recompile / whatever. You can even
commit hotfixes to the tag. When you're done, switch your working
copy back to trunk.

You can also check out a new working copy, if you are sitting with
changes against trunk in your WC that has not been committed (and that
you'd rather not have spoiled).

Helps?

There's also a 'users' mailing list for this kind of stuff, btw.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 17 17:51:02 2005

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

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