Focal Point
[SOLVED] Version Control

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2787066526

October 31, 2012, 09:43 AM
MAdams1
[SOLVED] Version Control
Hi all,

We have installed TortoiseSVN and PushOk for our version control. We are having
difficulty setting up the repository. We initially set up a repository for each developer, but quickly found we couldn't 'share' work on projects easily. So now we
are trying to convert to one repository and that is not working either. Can't seem
to import or export from our current repositories to our new single repository. Just
wondering if anyone has already tried this and if it's working for you or if there is a better option for version control that works with WebFocus.

Thank you.

Michelle

This message has been edited. Last edited by: Kerry,


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
October 31, 2012, 10:27 AM
Wep5622
By 'sharing' you mean you want to push changes to other developers without committing them to the central repo, I suppose?

We use Mercurial (Hg) here, which is a distributed version control system. People have their own (local) repositories, and they could (we're not doing that, but it is possible) push their changes directly to repositories of other developers. Our choice for Mercurial is mostly due to the systems we needed supported (SVN doesn't have an OpenVMS client, for example), but it works quite well.

If you're looking for integration in Dev Studio; don't bother. I know there is something for SVN (is that what PushOK is?), but it only works so-so. You have a lot more freedom using your version control system of choice directly on a file-system instead of trying to wrangle it through Dev Studio.

I'd love to see good version control integration in Dev Studio, but it isn't there currently. If enough people are asking for it, perhaps some day we will get it!


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
October 31, 2012, 11:07 AM
MAdams1
Thank you Wep5622 for the response. I am definitely asking for it. I will put in a NFR. I don't know if it's something that is coming in 8 or not. By sharing I mean just being able to check out someone else's project, look at it or work on it, then check it back into the repository. This is so two developers can work on the same project, within one repository. The way we have it set up now is if someone else checks it out of my repository then it makes my repository show that everything is 'Not Controlled'. This is not ideal. I think we may be expecting too much from Dev Studio. And yes, PushOk is the go between TortoiseSVN and WebFocus, it allows them talk to each other. I will look into Mercurial now, thank you.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML