Re: [Flashcoders] How do you manage your classes?

2006-09-27 Thread Ron Wheeler
From the site http://tmate.org/svn/ Among applications that may benefit from using JavaSVN are: * IDE's Subversion integrations or standalone Subversion clients; * Content management systems that use Subversion repository to store versioned documents; * Applications that use centra

Re: [Flashcoders] How do you manage your classes?

2006-09-26 Thread JOR
ct-local folder means that you have a secure "snapshot" of the package. ― Mike Keesey -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: Monday, September 25, 2006 4:36 PM To: Flashcoders mailing list Subject:

Re: [Flashcoders] How do you manage your classes?

2006-09-26 Thread Ray Chuan
-Original Message- >> From: [EMAIL PROTECTED] [mailto:flashcoders- >> [EMAIL PROTECTED] On Behalf Of Dan Rogers >> Sent: Monday, September 25, 2006 4:36 PM >> To: Flashcoders mailing list >> Subject: [Flashcoders] How do you manage your classes? >> >> Fl

Re: [Flashcoders] How do you manage your classes?

2006-09-26 Thread Dan Rogers
ge- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: Monday, September 25, 2006 4:36 PM To: Flashcoders mailing list Subject: [Flashcoders] How do you manage your classes? Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class man

RE: [Flashcoders] How do you manage your classes?

2006-09-26 Thread Mike Keesey
. ― Mike Keesey > -Original Message- > From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of Dan Rogers > Sent: Monday, September 25, 2006 4:36 PM > To: Flashcoders mailing list > Subject: [Flashcoders] How do you manage your classes? > > Flashcoders, &

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread mario
Hi, the current setup we use in our company is that we have a core library that holds all of our core-code we reuse all the time, this core is stored and maintained in SVN. This library is imported as a linked library in Eclipse (e.g. its more like an alias/shortcut to the core). Other pr

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread Ray Chuan
Hi, On 9/26/06, greg h <[EMAIL PROTECTED]> wrote: Dan, I can not answer your specifc questions, so I hope that others will jump in and add their voices along with details about how they manage the problems you described. I just want to comment generally that Subversion is the successor to CVS.

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread greg h
Dan, I can not answer your specifc questions, so I hope that others will jump in and add their voices along with details about how they manage the problems you described. I just want to comment generally that Subversion is the successor to CVS. You can find full documentation here: http://svnboo

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread Dan Rogers
I'm not very familiar with subversion- can it handle shared modules (or recursive modules I guess)? I am curious how one would handle utility classes that get included in multiple projects... On Sep 25, 2006, at 5:03 PM, eric dolecki wrote: Using SVN, etc. make a repository on a shared ser

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread eric dolecki
Using SVN, etc. make a repository on a shared server somewhere. Include classes from there in your projects. Just make sure you update & you're all good to go. On 9/25/06, Dan Rogers <[EMAIL PROTECTED]> wrote: Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class

[Flashcoders] How do you manage your classes?

2006-09-25 Thread Dan Rogers
Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class management on both a project-based and common library level, while addressing the need to package up source code for a given project to deliver to a team member or client. I've used version control before,