Re: [flexcoders] Svn Flex

2007-01-14 Thread Chris Hill
There is no such thing as 'unlink', you'll have to use the 'delete' command. You can: Delete your htm-templates folder from SVN. Flex will ask you to recreate your html-templates folder. Alternatively you can 'export' the folder (right click and drag and choose 'Export to here' in

Re: [flexcoders] Svn Flex

2007-01-14 Thread Beverly Guillermo
Hi Kevin, From my experience, there's no true way to unlink. The only thing I can think of is to do the following: $ svn delete html-templates $ svn commit $ svn export -r REV_with_last_changes html-templates that should give you a clean version without the .svn directories. -Beverly

Re: [flexcoders] Svn Flex

2007-01-13 Thread Kevin
thanks for the blog tip. QUESTION: how do I unlink my html- templates folder from SVN version control. I acidentally set this up when I originally committed the files to my SVN. Is there a way to unlink a directory from future commits? I can't seem to find where I would do this.

Re: [flexcoders] Svn Flex

2007-01-12 Thread nitin jadhav
can tact me add me nitkav_god nitin 9892516802 - Here’s a new way to find what you're looking for - Yahoo! Answers

RE: [flexcoders] Svn Flex

2007-01-12 Thread Brian Deitte
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Svn Flex can tact me add me nitkav_god nitin 9892516802 Here's a new way to find what you're looking

[flexcoders] Svn Flex

2007-01-09 Thread Lieven Cardoen
Hi, When compiling a Flex project, Flex copies all files to bin folder, including hidden .svn folders. As a result, Tortoise goes crazy... Anyway to resolve this? Thx, Lieven Cardoen Lieven Cardoen Application developer indiegroup interactive digital experience engelse wandeling 2

Re: [flexcoders] Svn Flex

2007-01-09 Thread Shannon Hicks
Install SubEclipse (SVN plugin for Eclipse). You might need to remove all the SVN files and re-create the flex project... I don't remember exactly what I had to do, but I had the same issue. Shan Lieven Cardoen wrote: Hi, When compiling a Flex project, Flex copies all files to bin

Re: [flexcoders] Svn Flex

2007-01-09 Thread Chris Hill
I just blogged this from our internal wiki: http://ubergeek.tv/article.php?pid=127 Hope this helps, C Lieven Cardoen wrote: Hi, When compiling a Flex project, Flex copies all files to bin folder, including hidden .svn folders. As a result, Tortoise goes crazy… Anyway to resolve this?