How can we use Document X with Git.
3 comments
-
Richard Sloggett Git support is something that we have on the backlog for a possible future release, but I can't confirm if or when this will be implemented as yet I'm afraid. Sorry I couldn't be of more help at this time.
-
Anthony Williams Could you confirm which files need to be versioned for DocumentX and which are autogenerated when loaded on a new system?
I currently commit the dxc,dxw and dxp files in a project when using DocumentX through Visual Studio 2012.
-
Richard Sloggett The .dxw is a local workspace file (recent items etc.) so shouldn't be added to source control as Document! X expects that file to be writable each time. The .dxp and .dxc files are the core files - and any .dxa files if you have created any AutoDoc files. The only other files you should add are those under the "Other Files" node in the project explorer. There is a custom stylesheet file (stylesheets\customstyles.css) by default, but there may be other stylesheets, images and scripts there too. You only need to source control files that are explicitly listed in the Project Explorer - the other files in the project directory are copied automatically when you open the project on a new system.
Let me know if you need any further information at all.