Checking out entire project

I'm trying to get RoboHelp 9 set up with Subversion. Thus far I'm using the RH UI to do everything, but I've seen posts from others saying they check the entire project in and out of source control. Can comeone please elaborate on how that works? I know that there are some files that you don't add to source control, such as the .cpd file. So how do you set everything up? Are you checking the folder that contains the project in and out? If so, how do  you omit the files that are supposed to be excluded?

Hi,
You can check out the project from the RoboHelp GUI. Click Check out all to check out the entire project.
You can also use the client to check out all the project files at once. Typically, you would not integrate the project with version control. You just check in the files after you've closed RoboHelp.
For more info on RoboHelp and Subversion, see also http://www.adobe.com/devnet/robohelp/articles/robohelp_subversion.html
Greet,
Willam

Similar Messages

  • Why can't I check out a project?

    I've got TFS 2013 Express installed on my desktop PC (an older HP Pavilion Elite desktop running Windows 8.1 Pro). Sometimes when I get into Visual Studio 2013, open up a solution and try to check out a project within the solution, with less than 100 files
    in it, TFS never finishes checking out the project/files.
    Why is that? What's going on and what can I do about it?
    Rod

    Hi Rod,
    It would be better to let us know the detailed scenario and reproduce steps. When you work with TFS, you can edit your source code by Visual Studio after connecting to the team project in TFS. And you can change the source files in source control explorer
    and it will be checked out automatically. 
    You can create a new workspace and then do a workspace mapping to get the source files to a new local path. And then try with the new workspace. If the issue persists, please elaborate more details with screenshots.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Checking out which Projects are deployed

    Hallo,
    is there a way to find out which projects are deployed on the WAS?
    There is a process List, but i dont see there something like e.g. calculator.

    Hi,
    In the WAS under the Visual Administrator ---> Deploy Service or the SDM directly you can check up for the EARs/PARs deployed.
    This might help --
    http://help.sap.com/saphelp_nw04/helpdata/en/64/b0c93f3c903c1ce10000000a114084/frameset.htm
    Regards
    Arpita

  • Getting "error in XML task" when trying to check out projects

    I get the following error when I try to check out projects on our SAN (where everything is):
    Here's the error in full:
    error in XML task: error writing XML document: You do not have appropriate access privileges to save file “002800.xml” in folder “0000000000004f17”.
    Anybody got any clue? Appears to be a permissions issue with the Version.bundle file contents. We just set up users and groups on the SAN with LDAP Open Directory, added the Groups to the FCS System Pref Pane, but are getting no joy when logging in as a User who is a member of a Group that has been added.
    Ideas, anyone?

    Hi Josh, thanks for responding.
    No, I did not set up anything like that - this is a pretty plain jane setup, just trying to check out an FCP project. Some work was done on the SAN while I was away, and now we can't get it to work. The IT team (I'm just the FCS guy) says permissions appear to be correct, but it isn't working, and it did before.
    I presume that if user A is trying to check out a project, that FCS is doing the dirty work at a permissins level, so it'd be the FCServer machine's admin account that set up the FCS install that needs permissions....right? Or user A? In either case, we can't get it to go.
    -mike

  • Checked-out projects won't deploy.

    When I check out a project using the Subversion client of JDeveloper, I can get the project to build but not deploy.
    BEA-149265 - Failure occured in the execution of deployment request... Error is 'weblogic.application.ModuleException: Failed to load webapp:...'.
    Any ideas?
    Thanks!
    Edited by: user10483403 on Nov 19, 2008 9:16 AM
    Edited by: user10483403 on Nov 19, 2008 9:17 AM

    Adding the .adf directory and associated files that weren't added to subversion by default and by selecting the ADF JARS in the Project Properties dialog, aloud the application to attempt to launch in the web browser, however the following error occured:
    Error 500--Internal Server Error
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
    at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
    at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.(FacesContextFactoryImpl.java:86)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any ideas at to why this occurred would be appreciated!
    The prefacing log:
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application JTW stopped but not undeployed from Server Instance DefaultServer]
    [Running application JTW on Server Instance DefaultServer...]
    ---- Deployment started. ---- Nov 19, 2008 12:49:47 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2008-11-19 12:49:48.661: Writing WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW\Feast1-FeastProject1-webapp
    2008-11-19 12:49:48.801: Wrote WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW\Feast1-FeastProject1-webapp
    2008-11-19 12:49:48.895: Writing EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW
    2008-11-19 12:49:48.911: Wrote EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW
    Redeploying Application...
    <Nov 19, 2008 12:49:49 PM EST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application JTW is not versioned.>
    Nov 19, 2008 12:49:56 PM com.sun.faces.spi.InjectionProviderFactory getProviderInstance
    SEVERE: JSF1030: The specified InjectionProvider implementation 'com.bea.faces.WeblogicInjectionProvider' cannot be loaded.
    <Nov 19, 2008 12:49:56 PM EST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.myfaces.trinidad.webapp.TrinidadFilter.
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:47)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:92)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.jbo.uicli.mom.JUMetaObjectManager
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    Application Redeployed Successfully.
    Elapsed time for deployment: 9 seconds
    ---- Deployment finished. ---- Nov 19, 2008 12:49:56 PM
    Run startup time: 9189 ms.
    [Application JTW deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/Feast1-FeastProject1-context-root/faces/Login.jsp
    Nov 19, 2008 12:50:00 PM oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    WARNING: ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    <Nov 19, 2008 12:50:00 PM EST> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@5dae04 - appName: 'JTW', name: 'Feast1-FeastProject1-context-root', context-path: '/Feast1-FeastProject1-context-root', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@165b2e4[
    GET /Feast1-FeastProject1-context-root/faces/Login.jsp HTTP/1.1
    Accept: */*
    Accept-Language: en-us
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
    Connection: Keep-Alive
    ]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
         Truncated. see log file for complete stacktrace
    >
    Edited by: user10483403 on Nov 19, 2008 10:06 AM

  • What edit proxy encoding setting for checking out project on laptops via et

    I want the possibity for our users to download edit proxy's of assets so the files are downloaded quickly to the laptop via ehternet. Most of our assets are DV-PAL files. What kind of low res proxy could i use for quick downloading to laptops, and still being able to make a simple montage. Finishing will always be done on our Mac Pro's connected to an Xsan environment.

    Keep in mind that you will only have access to using Edit Proxies when files are uploaded as part of a Final Cut Pro project. When you check out that project, you will have the choice of using the associated media's Edit Proxies instead of the original representations.
    Also, Edit Proxies should be the same frame size, frame rate, and contain the same timecode as the original representation. Given this, a Photo JPEG setting would probably be the only way to achieve smaller files than DV.
    ~D

  • Spell check entire project or all topics

    I would like to spell check the entire project at one time. According the Adobe Community Help for RH9, I should do as follows:
    Open a topic in the Design Editor. Do one of the following:
    Select Tools > Spell Check.
    Select Tools > Spell Check All Topics. (Optional) Click Skip Topic.
    Select Tools > Spell Check Project. (Optional) Click Skip
    Currently, I only have one choice in the Tools menu: Spell Check...F7 which checks only the active document.
    Do I need an add-on or something?

    Do you have RoboHelp set up to show all options or just the shortened menus? If the latter, click the button at the bottom of the menu.
    You don't say what version of RoboHelp you are using. Make sure you back up the project first as there was a bug in RoboHelp 8 that was fixed in 801. If you have 8 without 802 you are living dangerously anyway. It's described in Using RoboHelp 8 on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Mass 'check-out'

    We wish to check out entire folders and subdirectories of files. How is this done programmatically. (We prefer using PLSQL to alter the database tables, over JAVA, right now).
    Naturally, this implies that we want to check the files back in batch-wise. How again would this be accomplished.
    Thanks,
    Scott

    the makeVersioned() method is in the sample code class oracle.ifs.examples.api.utils.VersioningUtilities. One runnable sample that uses this method is oracle.ifs.examples.api.VersioningSample.
    This sample code is included with version 9.0.1; I think it's also available for download somewhere on OTN, but i'm not sure where. can someone else post the location?
    (dave)

  • PSS File Checks Out but Will not Check In

    Everytime I check out a project from Version Control, then
    check it all back in for another person to work on it, the PSS does
    not check in unless I go into RoboSource Explorer 3 Manually and
    UnCheck it. Is there a fix or something I am doing wrong
    here?

    Hi Jeffrey. I think there may be a fundamental problem in how
    you added your project to source control.
    To quote MergeThis from another post: "Apparently, these
    files should not be included in any source control solution: CPD,
    HHP, LDB, and PSS."
    The recommended way to add a project to RoboSource Control is
    to upload it directly from *RoboHelp,* not from RoboSource Control.
    RoboHelp knows which files do and don't belong in RoboSource
    Control. Adding projects to source control directly from RoboSource
    is usually the cause of this error...and in fact there are a bunch
    of other oddities that also crop up when you do this, too.
    If you added your project to source control via RSC rather
    than RH itself, I'd recommend starting over and uploading the
    project from RH. Mind you, if you are dealing with a DB converted
    from the previous RSC, then that might be a different story.
    Cheers,
    G

  • Get error when checking out jsp file from cvs when Jdev is running in linux

    I have JDev 9.0.3 andd CVS running in linux with same build version.
    When I check out a project one jsp does not show up in the IDE but shows in the file folder correcly when I edit it thru vi.
    I get this error when I try to edit in Jdev.
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.reopen(HtmlSourceNode.java:159)
         at oracle.ide.model.TextNode.open(TextNode.java:150)
         at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:375)
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.getInputStream(HtmlSourceNode.java:239)
         at oracle.jdevimpl.webapp.editor.jsp.JspPreviewer.updateDocument(JspPreviewer.java:344)
         at oracle.jdevimpl.webapp.editor.jsp.JspPreviewer.open(JspPreviewer.java:161)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditorInFrame(EditorManagerImpl.java:648)
         at oracle.ide.editor.EditorUtil.openExplicitEditorInFrame(EditorUtil.java:33)
         at oracle.ide.cmd.OpenEditorCommand.doit(OpenEditorCommand.java:45)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:363)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:115)
         at oracle.ideimpl.editor.EditorManagerImpl.handleEvent(EditorManagerImpl.java:1902)
         at oracle.ide.IdeAction$1.run(IdeAction.java:579)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:149)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:332)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)

    Hi,
    When you are starting service in OS, you are actually starting the maxdb instance service .
    You can set it in auto mode so that you will not get this error.  The OS service only establishes the connection to SAP.
    As a part of CS install, from CSADMIN part it is just required to send the certificate successfully to OAC0.
    Normally no activity is required to be done to under SICF from CS install point of view.
    Anirudh,

  • Soundtrack Pro and Final Cut Server....can you check-in/check-out?

    Hello!
    Just curious how the workflow is with Soundtrack Pro and Final Cut Server. We haven't used Soundtrack Pro, but have been thinking about it for Surround Sound projects.

    You can check in anything into FCSvr, any type of project file or media file. Unlike checking in/out a Final Cut Pro project, with any other application, you'll need to check out the project file for that app, and manually check out all the media associated with it. Many folks will simply set up the STP, or Motion, or InDesign, or Illustrator project and it's associated media all into the same folder on their workstation. Then check in/out that folder as a "bundled asset". This makes a zip file in FCSvr that holds all of those needed files together. When you check it out, it's unzipped and places on your local workstation. When you check back in, FCSvr re-zips it and replaces the original on it's RAID storage drive.

  • Configurator check-out inconsistently slow

    I recently moved to a department that uses Configurator to check-out iPads to student clinicians. Over the time the department has used Configurator they have run into more and more instances of the check-out process taking an exorbitant amount of time to check out an iPad. However, this isn't always a consistent problem. The same user can check out an iPad one day and take up to 20 minutes to complete the check-out process. The same user can check out an iPad the next day and the check-out process is almost instantaneous. This happens regardless of the model of iPad (64GB iPad 2 and 64GB iPad Air), if the user always checks out the same iPad, or what data the user has saved to their profile. Several users have said they delete all their data after each use, before checking in the iPad, yet it make take up to 15 minutes to check-out an iPad the next day. For example, we have one user who always checks out the same iPad and because she requests the last iPad in the case, no one else ever checks out that iPad. Her check-out time can take up to 15 minutes on some days and 1 minute on other days. I set myself up as a new user and it checked out immediately. All of the clinicians are supposed to delete any pictures or videos they took while using the iPad. Cookies are allowed "on websites I visit."
    Being fairly new to the department and Configurator I'm not sure what may have been done to lead up to this issue. I was informed that when clinicians left the department, instead of deleting their profile, they changed the name to a new clinician coming in to the department. However, even clinicians with new profiles have been known to have this problem occur. Is it a normal function of Configurator, that it can be randomly slow to setup an iPad during the check-out process? Or is there something that may have been done to create this issue? Is our lack of available backup space contributing to the problem?
    Specs:
    Apple Configurator Version 1.5
    Mac mini Server
    Processor: 2 GHz Intel Core i7
    Memory: 4GB 1333 MHz DDR3
    Graphics: Intel HD Graphics 3000 384 MB
    Software: OS X 10.9.5
    Storage: Backup - 500 GB SATA Disk, 33.83 GB free out of 499.76 GB
                 Server HD - 500 BG SATA Disk, 441.47 GB free out of 499.25 GB

    We just have a couple of clients at the moment, but we wanted to get a solid workflow down before we bring in more people. You're right that we don't capture directly to the network drive due to fear of dropped frames.
    If a 2nd client checks out a project that a different client checked in, I understand that the media will need to get copied over from the server's network storage to that 2nd client. I just hoped that the original client that checked something in could check it back out without having to download the media when that client already has those files elsewhere on their local drive.
    Matt

  • In Aperture 3, how can I easily move entire projects out of my main Ap Library into other libraries?  My Ap library is running super slow because it's overloaded l so I have created two new libraries, but can't seem to move the projects into them

    In Aperture 3, how can I easily move entire projects out of my main Ap Library into other libraries?  My Ap library is running super slow because it's overloaded, so I have created two new libraries, but can't seem to move the projects into them?

    Hello Annabel,
    To move entire projects export them as Aperture Libraries, and then import those Libraries into the other Aperture Library:
    Select the Project in the Inspector, then
    File -> Export -> Project as Library
    In the other Library do:
    File -> Import  -> Library/ Project
    But I am not quite convinced, that the size of your current Aperture Library is responsible for the slowness of Aperture - Aperture is designed to cope with huge libraries.
    You may want to post your hardware setup and details of your library, and some of the hardware experts here may help you to find the reason for the slowness.
    A huge library should only be a problem, if the projects are too big, and if you have many, many smart albums at the root level of your library.
    So keep the projects small, and try to move some of your smart albums to lower levels in your folder structure (then Aperture does not need to scan all of your images to build the smart album).
    Other reasons for Aperture's slowness may be, e.g.
    An overfull system drive and/or external drive (keep at least 20% of your drives empty)
    lack of RAM
    a corrupted Aperture Library, that needs repairing
    Have you checked those options, before you split your library? It would be a pity to split it, for you would loose the ability to browse all parts at the same time, to use all your images in the Media Browser, etc.
    Regards
    Léonie

  • I am trying to figure out how to save/share only a clip out of an entire project.

    I am trying to figure out how to save/share only a clip out of an entire project. I do not want to delete the rest of the timeline as I want to cut/copy out several smaller clips and save/share them as their own files.  I am working on a copy of my original video, and I know I can just bring the project timeline down repeatedly to isolate this clip by deleting all else, but feel there must surely be a simple way to do this.

    Sirole11
    What version of Premiere Elements are you using and on what computer operating system is it running?
    For now I will generalize the principles involved. If more details needed then, please supply the details of your situation and Timeline track placement.
    You would place the gray tabs of the WorkArea Bar to span just the area to be exported.
    The tabs are set...
    Move the Timeline Indicator to the start of the segment, hold down the Alt key of the computer main keyboard as you hit the left bracket key [
    then
    Move the Timeline Indicator to the end of the segment, hold down the Alt key of the computer main keyboard as you hit the right bracket key ]
    The critical step is to make sure that you have a check mark next to the "Share Work Area Bar Only" option in the export dialog (if the dialog has that option).
    Please review and remember that the answers are in the details.
    Thanks.
    ATR

  • Project Not Checking out From Version Control

    All of our help projects are managed using version control
    (Team Foundation Server).
    I recently had an XPJ file that became corrupted. As per
    Adobe's instructions, I deleted the XPJ and CPD files and
    regenerated the project from the HHP file. That worked fine, but
    now launching the project from the XPJ file opens the project
    outside of version control. (I'm no longer being prompted to check
    the files out.) I think this is because the newly created XPJ file
    now disassociated with the source control. If this is true, how do
    I get the XPJ file back into source control?
    Hopefully this makes sense.
    Christina Stommel

    Hi Christina,
    My understanding of the entire "version control" process is
    limited but since no one else has thrown in, I will try to pass
    along what little I know. What I have learned is that version
    control works great until it doesn't.
    What I've had to do in the past, when I've had these sort of
    synchronization problems, is to remove the entire project from
    version control (I would be sure to back up your local project as
    well as your version-controlled project). Then, you should be able
    to add the repaired project back to your source control software
    (we use MS VSS but I think it shouldn't matter).
    I have tried, in the past, to add individual files to the
    database from the RH interface (you could try "check in all files")
    and I have gone into the database and manually added the necessary
    files, but I have had mixed results. In the end, it seems that
    removing the project from version control, then adding it back, is
    the only thing that is guaranteed to work.
    Good luck!

Maybe you are looking for

  • Copyright Question about Adobe Patterns

    I have created illustrations for a book and am using Adobe Photoshop Elements to "color in" my drawings. In addition to the patterns which came with my program, I have downloaded patterns from Adobe Exchange. How would you suggest I reference/give cr

  • Extract Sales order doc  - performance issue

    Dear all, I need to extract SO# and SO line item. The only filtering key that i have right now is:     Sold-to party number -> from SO header By looking at it, I CAN NOT select whole VBAK then scan VBPA order by order. Hence I explore the possibility

  • Portal calendar - new record link problem

    We have a problem with calendars (Portal 9.0.2). We have: A form to enter/edit records in a table. A link to this form. A calendar based on the table in question. If I try to connect the calendar to this form (for entering new records) I set it up in

  • Oracle Proposals

    How to insert image in RTF files of Proposals?

  • Help on Collections and Code Modularization

    hi All, We have sqlplus script with lot of such statements. I am trying to modularize them. Below you will see original script and rewritten script to avoid repetitive code. In this case, there is only one table and multiple columns. I want to know h