Using VSS Source Control via RoboHelp

Is there a way to connect RoboHelp directly to a local VSS
database in order to use the same Source Control database as the
rest of the dev. team?

Hi Sevans,
Indeed there is. You can plug the source into a library (this
will need to be set up by the VSS administratory) BUT just to be
clear, Robohelp does not integrate with VSS directly like some
development tools, it has its on Source control program for that
Robohelp Souce Control. You will need to follow some basic
practices to ensure that you source remains robust. Are you talking
about using VSS just to pull in the source OR to allow multiple
authors to work on the same project?
Kind Regards
Craig

Similar Messages

  • Dis-advantages of not using Teststand source control feature.

    I'm in the process of creating a Workspace file for our project, primarily because we want to use the Teststand Deployment Utility.
    Included in this process is the choice to use Teststand's source control features.
    So far we have been using Microsoft's Source Safe application directly to provide source control with no problems.
    But now, having tried to incorporate Teststand's source control feature, which utilises Source Safe, I find myself getting bogged down in a tedious and time consuming process which I feel will eventually cause more confusion and errors than it prevents.
    If we choose not to put the files in Source Control when the Workspace file is created, do we run the risk of problems at a later stage ? 
    Thanks.

    Hi Gary,
      there's no "risk" as such, however by not useing some sort of source code control or configuration management, you are making a definite commitment that you will not roll back to a previous version, and you'll be doing your own backups, and making sure that if several people require access to a particular file at the same time, that only one person is going to be allowed (by agreeing to it) to modify the file.
    There's nothing that says you have to go through the TestStand sequence editor and the other workspace and projects to do the source code control.
    If you prefer, then use Visual Source Safe as a stand alone interface, and check out the files by hand to your local drive, and then work on them, and then check them back in once you're finished.
    Of course, you have to make sure that your relative and absolute paths are correct when you do check out the files.
    By going through the TestStand sequence editor to check in and check out files, it's more convenient for most people, since they don't have to dive around two environments (TestStand and VSS) to get to the point of being able to modify a file, or even find out if someone else is modifying it.
    Hope that helps.
    Thanks
    Sacha Emery
    National Instruments (UK)
    // it takes almost no time to rate an answer

  • How do I use Perforce Source Control on a substituted drive

    Hello all,
    I am wrestling my way through using perforce as an integrated source control package in Labview.
    The path has many potholes but seems possible.
    My latest challenge:
    Substituted Paths.
    In a professional source control environment there are many users with many views/workspaces and it is good proactice for each one to have a unique name [user][machine][branchname][myprojectstructure]
    Labview is notorious for requiring fixed, absolute paths due to the way .vi's remember their callers, my previous practice using IBM/Rational clearcase was to substitue ("subst B: ." ) the project root [myprojectstructure] to another drive, say B: for example.  This makes Labview is happy as the paths are now fixed, the developer is happy as they don't have to check out a miriad of files.
    This practice is widespread in the embedded software development world and isn't exactly innovative.
    Perforce
    Clearcase integrated into Labview works seamlessly, you just point the path to the substituted drive and all is well.
    Perforce, not so much.
    The setup options within labview whilst being intuitive and easy to use, don't appear allow this method.
    Does anyone know how to do the equivalent in Perforce?
    Thanks in advance,
    Tim L.
    iTm - Senior Systems Engineer
    uses: LABVIEW 2012 SP1 x86 on Windows 7 x64. cFP, cRIO, PXI-RT

    Thanks John,
    I will see if this works
    I hadn't thought about substituting the drive first and then populating the workspace.
    I can see that this implimentation requires discipline,
    There is a significant danger of refreshing the wrong workspace and trashing modified files.
    Tim L.
    iTm - Senior Systems Engineer
    uses: LABVIEW 2012 SP1 x86 on Windows 7 x64. cFP, cRIO, PXI-RT

  • Can teamcenter community be used for source control?

    I have this new tool called teamcenter community and I'm trying to see how well it will work with source control for labview. I haven't learned how to use it fully yet, but when I try to open a vi get the error message:
    The document could not be opened for editing. A windows SharePoint Services compatible application could not be found to edit the document.
    I'm using 8.5. Is this a feature that was added to a more recent environment.
    Is this feature a possiblity? So far I've been able to use it to manage file, but haven't had success with folders.

    Steve:
    Unfortunately, teamcenter isn't supported in LabVIEW (past or present). A full list of supported clients is located in this KB. While it may be possible to use other clients, there hasn't been any testing done with them, so they may very well not work with LabVIEW.
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • Visarc generates dirty project using SVN source control

    Hi,
    I've read in different topics some issues related to the visarc file, but unfortunately, none of them helped me out. I was wondering if any of you came across this issue and found a solution or workaround to it.
    The problem relates to a LabVIEW project which opens dirty, as you commonly say, under some circunstances. Below I will explain some of the problems I encountered as I tried to track this problem down.
    1. I'm running a large LabVIEW Run-Time project using a PXI with several FPGA - cRIO.
    2. I found that when opening the project file, this is perfectly clean and no asterisk shows in the title bar. I close the project and no saving is needed.
    3. I open the project again and I open a sub-VI which contains the following code:
    4. Straight away, the file visarc shows up under the Dependencies tree of the Real-Time PXI and the asterisk shows now on the title bar of the project (not the VI).
    5. The VI closes without needed to be saved but the project says that an item was added, removed and added, and it has to be saved (as soon as I close the subVI above, the visarc file dissapears from the Dependencies section).
    6. What I do next is to add this file visarc (located in Program Files\National Instruments\LabVIEW 2012\resource) to the project under the PXI tree. I then save the project and close it.
    7. I open the project again, and it keeps being clean (not dirty, as you say).
    8. I open the same sub-vi than before and everything keeps being clean and no saving is needed neither on the sub-VI nor the project. Everything goes smooth in my local computer from now on.
    However, the issue that I can not resolve follows:
    9. We are two people working on this project, and we're using SVN as source version control. Everything works fine in my computer, but when my partner update the files on his computer, the project opens dirty as soon as it opens (only the project, the sub-VI is no needed to be saved).
    10. My partner just save the project and close it, and it becomes clean straight away in his computer. The files which are saved are the aliases file (I expected that), the labview project file, and the LVLPS File of the project.
    This issue will happen again as soon as any of us downloads the SW committed by the other.
    I hope any of you can help me out with this issue. Any suggestion or idea are welcome.
    Thank you very much in advanced.
    Best regards,
    danidpr

    As far as I know, the resource manager does not support version control. If you map the version control folder to a local folder, you can use that in RoboHelp. But I'm afraid that any changes in the resource manager files will require you to manually check them out first. This is how I'm doing it anyway.
    Kind regards,
    Willam

  • Anyone using source control AND cloud sharing?

    Hi. I'm curious if anyone has any experience or tips to share about a RoboHelp environment that uses BOTH source control and cloud sharing.
    My company uses perforce. I'm purchasing a couple copies of TCS5, one for me in California, one for writer colleague in Europe. I'd like to use Perforce for version control/backup, but use Dropbox for RH asset sharing and sync. Is this workabout? I'm guessing that the Dropbox/sync mechnism won't work if one or both of us has not checked out a file that needs to be (automatically via sync) updated. ("Not checked out" = file is in read only state.)
    If RH automatically checks files in/out of perforce in order to complete a cloudshare sync, that would be most cool!
    Thanks in advance for your ideas!
    -Kurt

    Hi Kurt
    Have you tried the scenario with RH 11?
    It should automatically check-out the file or should prompt for it based on the settings Tools -> Options -> Version Control
    I tried with Robo Source Control and SharePoint. And it is working for me. Check-in has to be done mannually.
    Please try and let us know the result.
    Thanks

  • Visual Source Safe or RoboHelp Source Control

    I have never used VSS, but I have used RH Source Control. I can't find any clear cut answer to my current question. Do all the features like securing help based on security roles defined by the company, Merge Help and Multiple Authors per project/topic work the same in VSS or is this just a feature of RH Source Control?
    My current client has VSS and I'm not sure they would want to purchase RH Source Control unless I come up with a really good reason for this.

    Hi there
    Many are confused by the subtle differences. You are absolutely correct in your statement of:
    VSS and RH Source Control are just version control, nothing more,  correct?
    But your initial post comingled things by asking:
    Do all the features like securing help based on security roles defined  by the company, Merge Help and Multiple Authors per project/topic work  the same in VSS or is this just a feature of RH Source Control?
    The features you asked about apply to RoboHelp Server. RoboHelp Server is a product that is totally different from RoboSource Control or VSS.
    I'm guessing here that maybe you unintentionally stated RoboSource Control and meant instead to say RoboHelp Server?
    RoboSource Control = Source Control and is included with RoboHelp at no additional fee.
    RoboHelp Server = Separately purchased Adobe software that must be installed on a computer that is also functioning as a Web Server.
    RoboHelp Server provides merging. You just publish any number of outputs and the server handles merging things to present to the end user as a single, unified system. But keep in mind that basic RoboHelp is capable of creating a Merged output that will function in the same way.
    RoboHelp Server 8 provides an ability to "secure" or restrict viewing of certain folders of content by restricting access to specific users. Keep in mind that the same thing is possible on any web server and has been for years. RoboHelp Server 8 probably provides some easy interface in the application that allows you to do it without getting a web developer involved. I'm not 100% sure on that. Hopefully my buddy John Daigle (the RoboHelp Server GuRu) will chime in here to clarify.
    RoboHelp Server 8 also provides a search function that allows indexing and looking inside Word and PDF files. Then again, basic WebHelp output also offers this capability.
    Reporting and tracking. RoboHelp Server 8 provides nice pretty graphs and charts so that you can see that topic A was opened 500 times and topic B was opened twice. Therefore topic B must not be useful so you can delete it. (just being silly here) Then again, you may also use Google Analytics to obtain the same information with a few lines of code.
    The big question is to examine what RoboHelp Server brings to the game. If you need the features and are willing to pony up the additional cost involved and you are also willing to deal with the ensuing additional layer of complexity, by all means go for it. I'm not trying to sway you one way or the other. I'm only pointing out the possibilities here. Choosing is up to you.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Why does LabVIEW8 popup error message after i use Visual Source Safe as its sourc control?

    i'm trying LabVIEW8.0 trial version now. and i set Visual Source Safe as its sourc control, just setting like following picture.
    but since then, LabVIEW8 always popups error message dialogue even when it starts up.
    it confuses me, for it runs well while i use LabVIEW6.1 before.
    following is some message dailogue.
    帖子被longzhi在04-03-2006 07:36 AM时编辑过了
    Too much works make Longzhi a Tom.
    Thanks god, the weekend is coming.
    And my lovers are always here with me.
    Anything better? ^_^
    Attachments:
    bug20060403_002.JPG ‏70 KB
    VSSConfig.JPG ‏82 KB
    bug20060403_001.JPG ‏33 KB

    hi, smercurio…
    i've tried your way. but it doesn't work. :-(
    but your idea helps me. i've tried some times and it's OK now.  thank you. :-)
    here are my steps. ( is it right? )
    1. start LabVIEW.
    2. Tools >> Options >> Source Control.  select source control provider name as my microsoft VSS.  no error message.
    3. Then set my source control as None. a warning dialogue popup, "You have selected not to use any source control provider". Yes to continue.
    4. exit LabVIEW
    5. edit LabVIEW.INI. delete the part of source control. ( like the attached picture).
    6. Start LabVIEW. and reset the source control as normal.
      Bingo! it's OK. :-)
    帖子被longzhi在04-03-2006 08:39 PM时编辑过了
    Too much works make Longzhi a Tom.
    Thanks god, the weekend is coming.
    And my lovers are always here with me.
    Anything better? ^_^
    Attachments:
    BugFix20060404_001.JPG ‏88 KB

  • Visual Source Safe and RoboHelp for HTML

    Do you ever successfully use Visual Source Safe for RoboHelp
    for HTML? I got error when I checked out the file, looks like file
    format in RoboHelp is not supported in Visual Source Safe. Can
    somebody share the experience? Thanks a lot!

    Hey, Cathy!
    The RoboSource Control in X5 was "adequate" in its day. But
    remember, that was nearly 4 years ago
    The problem was that the "free" Access database was not
    really robust enough and to really make use of it, you need to use
    MS SQL Server, which is expensive.
    That was then. This is now. The RoboSource Control 3 that
    comes with RoboHelp 6 is WAY more better
    This is because, it allows you to use a free version of MS
    SQL Server Express for a much more robust database.
    So my advice would be to upgrade to RoboHelp 6 for sure. It's
    not just hype. If for some reason you can't upgrade, then you might
    be able to get away with the Access Database given that there are
    only two of you. Since you already have it, you could create a
    little test bed project and try it out. (I have a suggestion for
    how to do that in my article. See link below)
    For the lowdown on RoboSource Control 3 see this Matthew
    Ellison's fine article
    Getting
    started with RoboSource Control 3 in RoboHelp 6
    If you're interested in the "old" RoboSource Control that
    comes with X5, you can check out my article to get you started.
    Sharing
    One RoboHelp Project Among Multiple Authors
    Thanx,
    john

  • Checking in and out files (source control) in form 6i

    Hai,
    how we can make use of source control options in form 6i.
    thnaks and regards
    vivek

    Hi there
    From what you have posted it would appear that you are using RoboHelp for Word. I don't believe RoboHelp for Word has ever been configured to integrate with RoboSource Control.
    If you were using RoboHelp HTML, it is actually configured to work with RoboSource Control and is totally integrated where as you work on topics they are checked out automatically.
    You may wish to review the article linked below.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Working with uncompressed XFL files and source control | Learn Flash Professional CS5 & CS5.5 | Adobe TV

    Use the Flash uncompressed XFL file format with a source control system to enable designers and developers to collaborate on Flash projects. Contributors can edit different assets simultaneously and see updated assets as soon as they are checked in.
    http://adobe.ly/x0GHI4

    This is a great overview of sequential use of source control with the xlf format. However, typically in a team setting, team members are working at the same time. Our team has found that many of the xlf files have one or more timestamp related entries that get updated even when no functional changes have occurred. This is particularly true of DOMDocument file, which timestamps changes, marks library elements as expanded or not, and tracks a published history. All of these changes conflict with anyone who is simultaneously working on the xlf. Any tips on how to deal with these issues?

  • Versioning/Source Control

    What tool are people using to version/source control changes made to the OBIA and what components are being source controlled?
    We are setting up an OBI EE+ installation and have bought a number of the OBI Applicationes eg Financial Analytics etc.
    I am wondering whether people are using a single tool to source control all the components from ETL, DAC, Presentation Layer etc or whether people are using separate source control tools eg Informatica versioning for ETL, another tool for DAC, Presentation etc.

    This is a useful link: http://www.rittmanmead.com/2009/01/22/simple-version-control-for-obiee-using-subversion-visualsvn-server-and-tortoisesvn/
    You should be thinking about WHY you are version controlling. If it's to have a consistent copy of your BI environment at a given point in time (and I'd suggest that's a good idea) then splitting version control throughout the tools is not such a good idea and you should be looking to something like SVN to centralise version control.
    The trouble you have is that several files are binary so cannot be merged by the version control tool. There's no silver bullet for this problem, or if there is I'd love to hear about it!

  • Does LabVIEW have any kind of source control?

    I want to use a source control tool such as git and svn.
    Does LabVIEW have such a tool?

    Hi icat,
                Yes.See these: (Sorry as GerdW pointed out not embedded in.)
                https://decibel.ni.com/content/docs/DOC-1681
                http://zone.ni.com/reference/en-XX/help/371361D-01/lvhowto/configuring_scc/
    Thanks as kudos only

  • Source control for SAP Netweaver development studio

    Hi
    Which source control product would be best to use with SAP Netweaver development studio?
    And how do i integrate it into SAP Netweaver development studio? I've had a look through the various menus and settings in SAP Netweaver development studio and havent found any options for using a source control product to secure my java code.
    Thnx

    one way is to use NWDI for your code management.
    /people/robert.schimansky/blog/2009/04/09/maintain-pi-71-adapter-modules-in-nwdi

  • How to use a 3rd party source control tool with RoboHelp?

    Hello,
    I would like to set our RoboHelp users up with source control.  They are using RoboHelp HTML 8.0.
    Our software developers are using the AccuRev scm system; I'd like the doc team to use AccuRev, too.
    Can someone direct me to RoboHelp documentation that explains how to set up and use a 3rd party scm system with RoboHelp?
    Thank you,
    Marilyn

    It appears that RoboHelp 7 only sees the first SCC provider listed in the Windows Registry and ignores the rest. I was able to get RoboHelp to display the File | Version Control menu for SourceGear Vault by setting the following two Registry keys and removing keys for other SCC providers (SourceSafe, Surround SCM, and others I am evaluating).
    HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider
         ProviderRegKey = \Software\SourceGear\Vault Client
    HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
         SourceGear Vault VS2003 Compatible Client = SOFTWARE\SourceGear\Vault Client
    If I create a new RoboHelp project, save it, then select File | Version Control | Add to Version Control, RoboHelp does the following:
         - pops up the Select Version Control Provider dialog and displays SourceGear Vault Classic Client.
         - I select that, check "Make this my default selection" checkbox, and click OK.
         - RoboHelp crashes.
    I'm using SourceGear Vault 5.02 under Windows 7 Ultimate 32-bit. A search of the SourceGear Vault knowledge base reveals that they do not support RoboHelp because of its incorrect behavior and instability. It's so sad that RoboHelp can't work properly with industry standard SCC providers. Vault is by far the best SourceSafe replacement out there, and very affordable.

Maybe you are looking for