Not that I know from the Flash IDE, but when you're used to Eclipse as
editor, you can use CVS or SVN (I switched to SVN recently).
I find it a bad thing the Flash IDE hasn't got more support for
version control :(

-- Joeri

On 12/13/05, andar <[EMAIL PROTECTED]> wrote:
> Is there any version control software that we can work directly from Flash
> IDE other than Ms. VSS ?
>
> - andar -
>
> ----- Original Message -----
> From: "Martin Wood" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
> Sent: Tuesday, December 13, 2005 7:42 PM
> Subject: Re: [Flashcoders] Version control software?
>
>
> > I do all of my work remotely and have setup SVN access for all the
> > people involved in the project.
> >
> > After a 10 minute guide to tortoise svn all the non-programmers were
> > happy, and they have now got out of the habit of having mutiple copies
> > of files with incremental names like schedule_rev23 because the
> > revisions are managed automatically.
> >
> > We use it for everything project related, specification documents,
> > schedules, code, .fla's.
> >
> > Its great having https access as well so if someone needs to just view
> > one or two files i can send them a link and some guest account details.
> >
> > If you are thinking of setting up an SVN server yourself i personally
> > prefer using debian. And this page can get you up and running in no time.
> >
> >
> http://www.geocities.com/arhuaco/doc/subversion/apache-subversion-in-debian.
> html
> >
> > although i use a slightly different config in apache (the SVNParentPath
> > directive, to allow easy control of multiple repositories)
> >
> > something like this :
> >
> > <Location /svn>
> >          DAV svn
> >          SVNParentPath /opt/svn
> >          AuthType Basic
> >          AuthName "My SVN"
> >          AuthUserFile /opt/svn/.dav_svn.passwd
> >          Require valid-user
> > </Location>
> >
> > thanks,
> >
> > Martin
> >
> > Ian Thomas wrote:
> > > Hi Danny,
> > >   SVN and CVS work happily for remote access, too...
> > >
> > > Cheers,
> > >   Ian
> > >
> > > P.S. Bought the book, by the way - just haven't had time to read it. :-)
> > >
> > > On 12/13/05, Danny Kodicek <[EMAIL PROTECTED]> wrote:
> > >
> > >>We've been quite happy with FTPVC, which is a system based on your FTP
> > >>site.
> > >>It's very useful when you're working with freelancers and others who
> need
> > >>to
> > >>be offsite. A few quirks, but it's cheap, it works pretty well and has a
> > >>decent UI too.
> > >>
> > >>Danny
> > >>
> > >
> > > _______________________________________________
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> >
> > --
> > Martin Wood
> >
> > http://relivethefuture.com/choronzon
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to