Ask a Question related to Coldfusion Server Administration, Design and Development.
-
slash12 #1
What version control system would work for me?
Hello, first a little background. I'm a java developer, and I've been a CVS
user for years, I'm just starting to get into cold fusion at my new job, and
the first thing I noticed is that they are not using any version control on
their code. Right now they are opening all the files directly off of the
development server and editing them from there, so that their changes are
immediately saved right to the development server.
I proposed that they use CVS, however they object to the fact that they have
to put files in two different places (the development server, and then when
they are finished with their changes, into the CVS repository). What they are
really looking for is a version control system that works similar to how they
are working now, where they put the file into the repository, and it's
automatically on the development server for viewing.
Coming from a CVS background, I'm struggling with this, because I'm used to,
and completely fine with moving a file to the development server on my own, and
CVS I have always thought of an entirely different place for files then the
development server web directory.
Any recommendations would be welcome!
-Bobby
slash12 Guest
-
Custom control with complex property type (System.Web.UI.Control[])
I've built a control with a property of type System.Web.UI.Control. I have a custom editor which allows me to add items to this collection at... -
resize control inherited from System.Web.UI.Control in design mode
How I can resize control inherited from System.Web.UI.Control in design mode. Thanks a lot. -
updating system version of OpenSSH
What is the procedure for patching/updating system version of OpenSSH on an FBSD 5.2.1 box? I used the excellent Rootkit Hunter security... -
Removing old perl version from system
Hello again ! I have all these version of perl installed on my system (FreeBSD 5.2.1) : 5.6.1 5.6.2 5.8.5 5.8.6 ... -
New version of System Configuration Collector available
System Configuration Collector (SCC) is yet another configuration collector. It consists of a client and a server part. The client-part collects... -
LL@Work #2
Re: What version control system would work for me?
Since there is no built-in source control with ColdFusion there are several
great options:
Perforce - [url]http://www.perforce.com[/url], Microsoft Visual Source Safe -
[url]http://msdn.microsoft.com/vstudio/previous/ssafe/default.aspx?pull=/library/en-u[/url]
s/dnvsent/html/vssmap.asp
Open source options:
[url]http://www.thefreecountry.com/programming/versioncontrol.shtml[/url]
LL@Work Guest



Reply With Quote

