Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Project Document Control

Project Document Control

Scheduled Pinned Locked Moved The Lounge
tutorial
24 Posts 19 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jacquers

    Our current project, especially the go-live has been a bit rough to say the least. One of the problems is effective document control. The boss decided to use OneNote which works ok, but has some shortcomings. For example, if someone updates the document you don't know what has changed. So, I'd like some suggestions of a document control solution / software. Something that is easy to use, can categorize this, easy to search and has a feature to show you what has been updated / added. Thx :)

    W Offline
    W Offline
    Wonde Tadesse
    wrote on last edited by
    #15

    TFS + Diff Doc[^] ( See supporting file types) TFS Integration step Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure User Tools Extention - .doc,.docx Operation - Compare Command - [installation path]\DiffDoc.exe Arguments - /M%1 /S%2 Very effective ! If you need more apps. Here you go.TFS diff apps[^]

    When a DataSet.Tables.Count != 0 is BAD ! Wonde Tadesse

    J 1 Reply Last reply
    0
    • J Jorgen Andersson

      Lotus Notes. <ducks>

      Wrong is evil and must be defeated. - Jeff Ello

      G Offline
      G Offline
      Gary Wheeler
      wrote on last edited by
      #16

      Smite the heretic!

      Software Zen: delete this;

      1 Reply Last reply
      0
      • J Jacquers

        Our current project, especially the go-live has been a bit rough to say the least. One of the problems is effective document control. The boss decided to use OneNote which works ok, but has some shortcomings. For example, if someone updates the document you don't know what has changed. So, I'd like some suggestions of a document control solution / software. Something that is easy to use, can categorize this, easy to search and has a feature to show you what has been updated / added. Thx :)

        M Offline
        M Offline
        Mark_Wallace
        wrote on last edited by
        #17

        Discipline -- you can get it anywhere. Set up *simple* processes (a History list/table never hurts), and make sure that everyone understands the reasons for following them. Oh, and if anyone even begins to mouth the letters X, M, and L, kick him in the teeth before he gets them all out.

        I wanna be a eunuchs developer! Pass me a bread knife!

        1 Reply Last reply
        0
        • W Wonde Tadesse

          TFS + Diff Doc[^] ( See supporting file types) TFS Integration step Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure User Tools Extention - .doc,.docx Operation - Compare Command - [installation path]\DiffDoc.exe Arguments - /M%1 /S%2 Very effective ! If you need more apps. Here you go.TFS diff apps[^]

          When a DataSet.Tables.Count != 0 is BAD ! Wonde Tadesse

          J Offline
          J Offline
          Jacquers
          wrote on last edited by
          #18

          Thx, Diffdoc seems to answer my question about comparing Word Docs stored in source control.

          1 Reply Last reply
          0
          • J Jacquers

            Our current project, especially the go-live has been a bit rough to say the least. One of the problems is effective document control. The boss decided to use OneNote which works ok, but has some shortcomings. For example, if someone updates the document you don't know what has changed. So, I'd like some suggestions of a document control solution / software. Something that is easy to use, can categorize this, easy to search and has a feature to show you what has been updated / added. Thx :)

            R Offline
            R Offline
            Ravi Bhavnani
            wrote on last edited by
            #19

            I love Confluence. /ravi

            My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

            1 Reply Last reply
            0
            • J Jorgen Andersson

              Lotus Notes. <ducks>

              Wrong is evil and must be defeated. - Jeff Ello

              S Offline
              S Offline
              sir_download_alot
              wrote on last edited by
              #20

              You got me laughing but when I look at the alternatives, it isn't so bad at all. However, LotusNotes has lost me long time ago. ;P

              J 1 Reply Last reply
              0
              • S sir_download_alot

                You got me laughing but when I look at the alternatives, it isn't so bad at all. However, LotusNotes has lost me long time ago. ;P

                J Offline
                J Offline
                Jorgen Andersson
                wrote on last edited by
                #21

                As a document database with version control it isn't that bad at all actually. People think it's a mail system, it isn't. It really sucks big donkey balls at handling mail!

                Wrong is evil and must be defeated. - Jeff Ello

                1 Reply Last reply
                0
                • M Midi_Mick

                  At my last place of work, we used Google docs. It worked really well - could even watch (and edit) on your screen as someone else updated from another location. Documents and folders could be open or restricted, and notifications could optionally be sent on updates.

                  R Offline
                  R Offline
                  RobertHarris
                  wrote on last edited by
                  #22

                  We use Google Docs and Sheets at my current place. The ability to see others who are working on a document/spread sheet and what they are doing is really helpful and you can see the revision history if needed. It works for us. The one caveat is that for basic documents/spread sheets it works well but doesn't come near to MS Office products for functionality.

                  1 Reply Last reply
                  0
                  • J Jacquers

                    That could work, but it would still be a bit difficult to know what part of a document was updated or added, unless people have the discipline to add comments when checking them in.

                    E Offline
                    E Offline
                    englebart
                    wrote on last edited by
                    #23

                    If you are using the full blown MS Office products, you can turn on revision tracking. Whoever "owns" the documents can periodically "accept" all of the changes to reduce clutter. You will still need SharePoint or some other (real) VCS for individual version tracking. We also have some documents we store as PDFs, there are a few commercial products that produce nice diffs between two PDFs and output it as (of course!) another PDF. (Still need a VCS or some sort of store for the versions)

                    1 Reply Last reply
                    0
                    • J Jacquers

                      Our current project, especially the go-live has been a bit rough to say the least. One of the problems is effective document control. The boss decided to use OneNote which works ok, but has some shortcomings. For example, if someone updates the document you don't know what has changed. So, I'd like some suggestions of a document control solution / software. Something that is easy to use, can categorize this, easy to search and has a feature to show you what has been updated / added. Thx :)

                      B Offline
                      B Offline
                      BrainiacV
                      wrote on last edited by
                      #24

                      Jacquers wrote:

                      For example, if someone updates the document you don't know what has changed.

                      Huh, what? I get a change bar and initials tag saying who made the changes. Maybe you have that feature turned off?

                      Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups