redbullmarky Posted September 6, 2006 Share Posted September 6, 2006 Hi allQuick question. How do you lot (lone users as opposed to team members) manage your libraries of code throughout each project?I currently use Dreamweaver for development, and increasingly I find it difficult to keep track on certain libraries of code. As I write, I find certain changes that need to be made to a particular library - only changes that are made are kept confined to a project, as that's where all the files are. When it comes to a new project, I sometimes find it hard to remember which version of the code was the latest I updated, etc, etc. Surely there's a better way of keeping a library together, without resorting to saving the script "locally" (ie, for the project) and also in a seperate code library?Just after some thoughts, especially from lone developers that use Dreamweaver. Any other tools you'd recommend to help keep my re-usable code organised and up to date?CheersMark Quote Link to comment https://forums.phpfreaks.com/topic/19835-lone-developmentversion-control/ Share on other sites More sharing options...
Barand Posted September 6, 2006 Share Posted September 6, 2006 Have look athttp://www.nongnu.org/cvs/ Quote Link to comment https://forums.phpfreaks.com/topic/19835-lone-developmentversion-control/#findComment-86971 Share on other sites More sharing options...
redbullmarky Posted September 6, 2006 Author Share Posted September 6, 2006 thanks BarandI've looked a couple of CVS systems. They all strike me as a little complex tbh (unless I'm just looking at them from the wrong point of view). Are there any really (really) simple versions out there that Dreamweaver would co-operate with?CheersMark Quote Link to comment https://forums.phpfreaks.com/topic/19835-lone-developmentversion-control/#findComment-87021 Share on other sites More sharing options...
Daniel0 Posted September 6, 2006 Share Posted September 6, 2006 I don't know if it's easier or if Dreamweaver supports it, but there is also Subversion (SVN). Quote Link to comment https://forums.phpfreaks.com/topic/19835-lone-developmentversion-control/#findComment-87196 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.