What version control system would work for me?

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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.
    3. 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...
    4. 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 ...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139