Re: Using Subversion for both site and cake

2006-10-19 Thread Ryan K
Dave wrote: > This is actually a continuation of: > http://groups-beta.google.com/group/cake-php/browse_thread/thread/ed9d441a4b9141ef/bdac07fb5959629c > > I see how I can use svn:externals to have a subdirectory (i.e. cake) > point to another repository while keeping my own files versioned in my

Re: Using Subversion for both site and cake

2006-10-18 Thread MJ Ray
Dave asked: > But is there some way to have a subdirectory in *both* repositories? You may like to try git for local development and see whether its svnimport tool pulling from Cake's SVN works well for you. I feel git really is much better than svn at handling multi-centred development. > It

Using Subversion for both site and cake

2006-10-18 Thread Dave
This is actually a continuation of: http://groups-beta.google.com/group/cake-php/browse_thread/thread/ed9d441a4b9141ef/bdac07fb5959629c I see how I can use svn:externals to have a subdirectory (i.e. cake) point to another repository while keeping my own files versioned in my own repository. But i

Re: Using Subversion for both site and cake

2006-08-08 Thread Chris Hartjes
I'd second that. I've used svn:external for a Zend Framework project and it worked wonders for keeping the ZF stuff away from my own stuff. On 8/8/06, René <[EMAIL PROTECTED]> wrote: > > I'm using the svn:external property of SVN. So my app and vendor > folders are in my repository, and the cake

Re: Using Subversion for both site and cake

2006-08-08 Thread Felix Geisendoerfer
I'm currently trying to solve this problem (of updating) as well. What I'm doing is writing a little bash script that reads the version from my VERSIONS.txt and get's the "last changed" revision from the 1.1.x svn branch. Then it'll run an SVN diff between my current version and the SVN HEAD and m

Re: Using Subversion for both site and cake

2006-08-08 Thread Larry E. Masters aka PhpNut
Did you see the screencast I did a few months ago on using TortoiseSVN?http://cakephp.org/screencasts-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @access  public*/ On 8/7/06, Shutter <[EMAIL PROTECTED]> wrote: Hey,I've set up subver

Re: Using Subversion for both site and cake

2006-08-08 Thread René
I'm using the svn:external property of SVN. So my app and vendor folders are in my repository, and the cake folder comes from the cakephp trunk. You can read more about it here: http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-7-sect-3 Greetings René --~--~-~--~~~

Re: Using Subversion for both site and cake

2006-08-07 Thread Martin Wood
> > Would there be a way to set my subversion up such that I can use it to > merge the latest Cake version with my local website repository? Such > that the latest version I retrieved from Cake's SVN could be merged > with my local site in case I made changes to my local copy of cake's > core fil

Re: Using Subversion for both site and cake

2006-08-07 Thread Shutter
Thanks John. I'm still learning my way around, and that's sound advice. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: Using Subversion for both site and cake

2006-08-07 Thread John David Anderson (_psychic_)
On Aug 7, 2006, at 12:38 PM, Shutter wrote: > > Hey, > > I've set up subversion/TortoiseSVN on windows for the site I'm working > on, and I've come to like using the latest svn version of Cake > since it > containes the latest fixes. Right now I've just been checking out > Cake's SVN builds fr

Using Subversion for both site and cake

2006-08-07 Thread Shutter
Hey, I've set up subversion/TortoiseSVN on windows for the site I'm working on, and I've come to like using the latest svn version of Cake since it containes the latest fixes. Right now I've just been checking out Cake's SVN builds from time to time and copying that to my working copy of the site