Re: Source code management with IDL Workbench [message #57554 is a reply to message #57553] |
Thu, 13 December 2007 13:23   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Mike Galloy writes:
> In my experience, every way of adding files to a repository requires
> checking out the repository first. The Subversion book says about "svn
> add":
>
> "Add files, directories, or symbolic links to your working copy and
> schedule them for addition to the repository. They will be uploaded
> and added to the repository on your next commit. If you add something
> and change your mind before committing, you can unschedule the
> addition using svn revert."
>
> So I think that means you have to have a working copy first.
>
> But, why would you do that? Don't you need to have a local copy of
> everything working, test it, etc. AND then check in the file? I
> suppose if you had a library of completely unrelated routines then
> adding them directly would make sense.
Alright, you are totally confusing me. :-)
I have set up a Subversion repository. And I have IDL programs,
sitting right here in a directory on my C drive that
I want to add to the repository. How do I do that from
within IDL?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|