I got problems with Subclipse. I am now using Subversive, it works
perfectly.

You can find update site (Eclipse 3.2.2 - the plugin is named SVN Team
Provider) there :
http://www.polarion.org/projects/subversive/download/1.1/update-site/

Jeff.

--- In [email protected], "Troy Gilbert" <[EMAIL PROTECTED]>
wrote:
>
> What's throwing me off is that I never "ignored" the bin folder...
Trust me,
> I used Perforce for the last five years at work, I'm very much a
newb when
> it comes to SVN (well, at least I was a year ago when I started using it
> regularly).
> 
> I just plugged-in Subclipse, created a new Flex project, then
right-clicked
> on the project and chose "Team -> Share Project..." and chose to
share it
> through SVN. I encountered absolutely no problems sync'ing between 3
> machines daily until we added a second user and he used Tortoise SVN
> (because he was new to Flex and didn't know about Subclipse) and just
> checked in his whole project folder...
> 
> Troy.
> 
> 
> On 5/8/07, Johannes Nel <[EMAIL PROTECTED]> wrote:
> >
> >   its a standard svn function, command line, tortoise or
subclipse. once
> > one dev ignores a file its ignored for all users
> >
> >
> > On 5/8/07, Jerome Clarke < [EMAIL PROTECTED]> wrote:
> > >
> > >   Johannes Nel, said. you put them in your ignore list along
with your
> > > bin folder. as far as I know... you configure it inside subclipse
> > >
> > > On 5/3/07, Johannes Nel < [EMAIL PROTECTED]> wrote:
> > >
> > > >   you put them on the svn ignore list along with the bin folder
> > > >
> > > >
> > > > On 5/2/07, Mark Ingram <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > >    So you're using SVN with Flex Builder? What do you do
with the
> > > > > .actionScriptProperties / .flexProperties / .project files?
Are they under
> > > > > source control?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >   ------------------------------
> > > > >
> > > > > *From:* [email protected] [mailto: flexcoders@
> > > > > yahoogroups.com] *On Behalf Of *Troy Gilbert
> > > > > *Sent:* 02 May 2007 16:31
> > > > > *To:* [email protected]
> > > > > *Subject:* Re: [flexcoders] Using SVN (tortoise) with Flex
Builder
> > > > >
> > > > >
> > > > >
> > > > > One option that may help (or may not) is using Subclipse
plug-in to
> > > > > have native SVN support inside of Flex Builder? I'm not
quite clear on the
> > > > > issues you're encountering, but I know that the advantage of
using the
> > > > > Subclipe plugin over command-line SVN is that the plug-in
knows what should
> > > > > and shouldn't be checked into SVN and works nicely with
multiple users. It
> > > > > also has a very easy integration into Flex Builder (I like
it quite a bit!).
> > > > >
> > > > >
> > > > > Troy.
> > > > >
> > > > >  On 5/2/07, *Mark Ingram* <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Local servers and invoking web services on separate machines
doesn't
> > > > > reflect our live target environment. We want to develop on
systems
> > > > > that
> > > > > are as close to the live version as possible. And also, it's
a pain
> > > > > having to setup web servers on development PCs for the number of
> > > > > developers we have, it's much easier to have one central
server and
> > > > > just
> > > > > work on that.
> > > > >
> > > > > Current situation:
> > > > >
> > > > > 1) SVN Checkout
> > > > > 2) Run batch script:
> > > > > .actionScriptProperties.template -> .actionScriptProperties
> > > > > .flexProperties.template -> .flexProperties
> > > > > .project -> .project
> > > > > 3) Import into Flex Builder
> > > > >
> > > > > Done.
> > > > >
> > > > > If we need to add a project reference (to another project in the
> > > > > workspace) the reference is placed in one of the above files
(that
> > > > > can't
> > > > > be submitted to SVN). So the developers don't all receive
the new
> > > > > project reference.
> > > > >
> > > > > Thanks,
> > > > >
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: [email protected]
<flexcoders%40yahoogroups.com>[mailto:[email protected]<flexcoders%40yahoogroups.com>]
> > > > > On
> > > > > Behalf Of Tom Chiverton
> > > > > Sent: 02 May 2007 14:29
> > > > > To: [email protected] <flexcoders%40yahoogroups.com>
> > > > > Subject: Re: [flexcoders] Using SVN (tortoise) with Flex Builder
> > > > >
> > > > > On Wednesday 02 May 2007, Mark Ingram wrote:
> > > > > > build, we want to build to 2 different folders on a
server, e.g.
> > > > >
> > > > > Solution one - just give everyone their own (local) server.
> > > > >
> > > > > > central server because it hooks up to WebServices which
are hosted
> > > > > on
> > > > > > the same machine.
> > > > >
> > > > > Does it matter ? Can you not just as well invoke them from
another
> > > > > machine ?
> > > > >
> > > > > > OUTPUTFOLDER - X:\flex\mark - BUT I can't make one for the
output
> > > > > folder
> > > > > > URL - it says the path doesn't exist (it is trying to find
it on
> > > > > the
> > > > > > file system). I have also tried using environment
variables (%me%)
> > > > > in
> > > > > > the paths - but Flex Builder doesn't seem to expand these
out -
> > > > > even
> > > > > > though Internet Explorer does.
> > > > >
> > > > > In the project properties, set the output folder to wherever
the web
> > > > > root
> > > > > appears in your local filesystem.
> > > > >
> > > > > > As a final note - The current setup involves running a
batch file
> > > > > after
> > > > > > you have checked out the repository, this copies the
project files
> > > > > from
> > > > > > a set of templates which are stored in SVN, the actual
projects
> > > > > files
> > > > > > aren't committed which means developers are free to change the
> > > > > values.
> > > > > > However, the trouble comes when I need to add a reference to
> > > > > another
> > > > > > project. I must tell all the other developers to add a
reference
> > > > > too!!
> > > > >
> > > > > Can you give an example of what you mean ?
> > > > >
> > > > > --
> > > > > Tom Chiverton
> > > > > Helping to preemptively morph robust relationships
> > > > > on: http://thefalken.livejournal.com
> > > > >
> > > > > ****************************************************
> > > > >
> > > > > This email is sent for and on behalf of Halliwells LLP.
> > > > >
> > > > > Halliwells LLP is a limited liability partnership registered in
> > > > > England
> > > > > and Wales under registered number OC307980 whose registered
office
> > > > > address is at St James's Court Brown Street Manchester M2 2JF. A
> > > > > list
> > > > > of members is available for inspection at the registered
office. Any
> > > > > reference to a partner in relation to Halliwells LLP means a
member
> > > > > of
> > > > > Halliwells LLP. Regulated by the Law Society.
> > > > >
> > > > > CONFIDENTIALITY
> > > > >
> > > > > This email is intended only for the use of the addressee
named above
> > > > > and
> > > > > may be confidential or legally privileged. If you are not the
> > > > > addressee
> > > > > you must not read it and must not use any information
contained in
> > > > > nor
> > > > > copy it nor inform any person other than Halliwells LLP or the
> > > > > addressee
> > > > > of its existence or contents. If you have received this email in
> > > > > error
> > > > > please delete it and notify Halliwells LLP IT Department on
0870 365
> > > > > 8008.
> > > > >
> > > > > For more information about Halliwells LLP visit
www.halliwells.com.
> > > > >
> > > > > --
> > > > > Flexcoders Mailing List
> > > > > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > >
> > > > > Search Archives:
> > > > > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > j:pn
> > > > http://www.lennel.org
> > > >
> > > >
> > >
> >
> >
> > --
> > j:pn
> > http://www.lennel.org
> >
> >  
> >
>


Reply via email to