Re: Move existing app to Subversion

2008-10-15 Thread Mathew
> I found a decent document online and did an import and it's working > great now.  Not having any luck with Eclipse Tasks (it's not recognizing > my todo tags).  You using tags?  It shows all of the Cake project todos, > just not mine in my application project. I don't know? I've never used the

Re: Move existing app to Subversion

2008-10-15 Thread Mathew
> I found a decent document online and did an import and it's working > great now.  Not having any luck with Eclipse Tasks (it's not recognizing > my todo tags).  You using tags?  It shows all of the Cake project todos, > just not mine in my application project. I don't know? I've never used the

Re: Move existing app to Subversion

2008-10-15 Thread Mathew
> I want to be able to get the latest working copy of the central server > for specific projects on live productions webservers without all > hidden subversion files etc... Call it a 'clean' copy. How can I do > this? svn export That will get all the files from SVN without connecting it to SVN.

Re: Move existing app to Subversion

2008-10-15 Thread David C. Zentgraf
http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.export.html http://subversion.tigris.org/mailing-lists.html Chrs, Dav On 15 Oct 2008, at 18:04, oleonav wrote: > > Hi there, > > I am also using subversion to mamage development of apps. > > My setup is: > - Central subversion server; Manages

Re: Move existing app to Subversion

2008-10-15 Thread oleonav
Hi there, I am also using subversion to mamage development of apps. My setup is: - Central subversion server; Manages all project under development - Multiple development clients; Check in/out updated files to the central server. This setup works just fine. Question; I want to be able to get th

Re: Move existing app to Subversion

2008-10-14 Thread gravyface
I found a decent document online and did an import and it's working great now. Not having any luck with Eclipse Tasks (it's not recognizing my todo tags). You using tags? It shows all of the Cake project todos, just not mine in my application project. Mathew wrote: > I've been using SVN wit

Re: Move existing app to Subversion

2008-10-14 Thread Mathew
I've been using SVN with CakePHP for 2 years now, and it works great together. I run Eclipse as my IDE on Windows, and use TortoiseSVN as my desktop client. I also have the SVN plugin for Eclipse. My repository setup is simple. /svn/trunk/website_name/... /svn/branch/branch_version/website_name

Move existing app to Subversion

2008-10-14 Thread gravyface
Probably out of scope for the list, but I'm going to start using SVN for my existing Cake 1.2 app; I've installed the subclipse plugin for Eclipse PDT on Windows. My dev server is a separate linux box that I've been working on through a mapped drive (the Apache document root is shared out). I