Re: Source code management with IDL Workbench [message #57549] |
Thu, 13 December 2007 17:20  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On Dec 13, 5:32 pm, David Fanning <n...@dfanning.com> wrote:
> Well, here is what I did, which is what I thought I
> was trying to do. Tell me if I did it right.
I think your listed steps are fine, I just prefer another way. I
prefer to "act locally" as much as possible i.e. I do as few commands
that cause the remote repo to change as possible. So I would:
1. Via New > Project, checkout the directory of the repo that I want
to add stuff to. (I have the projects I normally use already checked
out, so this normally only happens when a project is starting.)
2. Add things "normally" to this project (i.e. creating/copying files
and directories via the Workbench, the file system, whatever). As new
files/directories arrive in the project, right click on them and
select "Team > Add to Version Control." Note that adding a directory
adds everything under it.
3. Make sure everything works.
4. Commit. (Up to now all changes have been just to my local working
copy. This is the only command that changes the remote repo.)
Mike
--
www.michaelgalloy.com
Tech-X Corporation
Software Developer II
|
|
|