Announcement

Collapse
No announcement yet.

upload comparison difference to FTP profile?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • upload comparison difference to FTP profile?

    i need something that is a lot more basic than a full version control system since (for now) i'm the only developer on the project...later it may be expanded to Monotone or something similar.

    I'm not sure if this is something that can be accomplished with scripting or a feature request.

    here is the scenario:
    We pay for a dedicated server offsite for our ecommerce store. I have an identically configured XAMPP setup locally for development.

    What i would like to do is have a source diirectory which is identical to what is on our dedicated server and a working directory (locally) that i will actively be working on and testing. Once i have finished testing, i need to push the working setup live, so....

    - Do file/folder compare against source directory (not FTP, since that is much slower), then sync the FTP to my working directoy (only uploading/deleting the changes)
    - Backup/Archive the source directory under a dated zip file or folder.
    - Create a replicate copy of the working dir to be the new source dir.

    in case a serious bug is found, i need to undo the changes done to the ftp by only reuploading/replacing the original/deleted files from the archived version, and then setting that to the "source dir again"

    it boils down to the ability to do a sync and store the sync history with the ability to reverse the sync. the rest can be scripted of course.

    advice appreciated, thanks
    Leon

  • #2
    Everything you're describing can easily be accomplished with BC3. Since you can save named sessions and workspaces, you can easily recall your source directory, working directory, archive locations and FTP connection in a consistent manner...either in individual sessions or as multiple sessions opened simaltaneously in separate views (tabs) within the same BC3 window. Each session will retain the session-specific preferences you've saved with that session. You can script your sync operations, or drive them manually in the GUI. The best thing to do is to just start using the product. If you run into a specific step that you need help with, there are lots of helpful users that monitor this forum. Good luck.
    BC v4.0.7 build 19761
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

    Comment


    • #3
      Hi Leon!

      Originally posted by Leeoniya View Post
      - Backup/Archive the source directory under a dated zip file or folder.
      - Create a replicate copy of the working dir to be the new source dir.

      in case a serious bug is found, i need to undo the changes done to the ftp by only reuploading/replacing the original/deleted files from the archived version, and then setting that to the "source dir again"
      This could be achieved by the command Copy to Folder which normally can create zip archives as destination, but as stated in an other thread this function seems to be broken in the current build 3.0.10.


      Bye
      Christoph

      Comment


      • #4
        Thanks, Christoph. Just to clarify: Copy to Folder still works. It currently cannot create the zip to copy into.
        Aaron P Scooter Software

        Comment

        Working...
        X