XCode Subversion Integration for files external to the project

Hi,
I am using the xcode integration to our subversion server. My projects all include files which are shared between projects and stored outside of the projects folders in their own directory. These files are ignored by the xcode source control.
Is there any way around this? I really don't want to use a third party subversion client as the integration is nice. Is there a way to have shortcuts in my projects to the shared files for example?
thanks

thank you for your answer.
so I'm trying to add a new target now and I have a choice of application or static library, so I chose static library I guess.
Now I need to know how to build my shared code classes into a lib. How to I do this with xcode?
Sorry I am very lost with xcode and a mac

Similar Messages

  • How to hide the file name (the bizarre number assigned by the camera) when exporting an image version in aperture from an album. Pl understand I want to keep the file name in the project library version.

    how to hide the file name (the bizarre number assigned by the camera) when exporting an image version in aperture from an album. Pl understand I want to keep the file name in the project library version.

    Within Aperture you have Images, which are constructed on-the-fly from two files (the Master and the Version).  You get an image-format file _only_ when you export an Image.  You select the file name (usually a scheme) when you create an image-format file (that is, when you export).  Look under "Aperture→Presets→File Naming" for built-in Presets.  You can, of course, create your own or customize any provided.
    The Preset is applied to only the file newly created by your "export" command.  It is not applied to the Image in Aperture (unless you rename your Versions or your Masters).

  • HELP! opening a file allowed in the project

    Hi,
    I'd like to create and program a UI textfield in which the user writes the name of a .pdf file (there are different pdf files allowed in the project), so that the app decides which of this files opens.
    The textfield will have to fill the: URLForResource:@"*****" withExtension:@"pdf"                                ***** is the name of the file
    in the View Controller
    How do I link the text introduced in a textfield to this field so that the user chooses manually the name of the file that is going to be open? Also, do I have to create another view to contain the textfield or can I use the same View controller?
    Thanks,
    Albert

    How did you specify command line for your .hst file?
    It should be something like "java -classpath
    [youfile.jar] [youclass] %1"I have not specified command line for the .hst file.
    The .hst file is just a file that is created when my main program (jar file) saves its files., later If I double click this saved hst file, it should be opened in the main jar program.
    For the double click to work, I have created a constructor
    public hst(String hstfile)
       //code to set the file contents in the window.
    }the problem is that when I double click it says that the main jar file is not a valid win32 application, so what do I do ?
    Cheers,
    Raj

  • Accessing files external to the WAR

    Hello All,
    Can any one tell how to access the HTML files which are stored outside to the WAR...
    If i prefix the URL with "http://" then normal <a> tag will do the task.
    Ex: *SUN* but if i give the complete absolute path like *Help* this is not working. Web server is blocking the access to the documents which are external to the application.
    Any suggestions how to do this, I want to open up the HTML file which is residing in the Local file system.
    Thanks
    Chethan

    It's not just external to the application, it looks like it's external to the web server itself... :)
    The only thing I can think of is to write a simple servlet that accepts a path or something and returns the file for you. For example:
    public class GetFile extends HttpServlet {
         public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              String path = request.getParameter("path");
              //must be html file only...
              if (path != null && path.indexOf(".") > 0 && path.substring(path.lastIndexOf(".") + 1, path.length()).equalsIgnoreCase("html")) {
                   try {
                        File file = new File(path);
                        if (file.exists()) {
                             response.setContentType("text/html");
                             InputStream input = new FileInputStream(file);
                             OutputStream output = response.getOutputStream();
                             byte[] buffer = new byte[1024];
                             while (input.read(buffer) > 0) {
                                  output.write(buffer);
                             output.flush();
                             output.close();
                             input.close();
                        else {
                             response.getWriter().println("Unable to find file " + path);
                   catch(Exception ex) {
                        StringWriter sw = new StringWriter();
                        PrintWriter pw = new PrintWriter(sw);
                        ex.printStackTrace(pw);
                        response.getWriter().println(sw.toString());
              else {
                   response.getWriter().println("No path or invalid path specified");
    }This is just a quick hack, you will need to do some tweaking of course. Security would be my biggest concern with something like this.

  • F4 help for file path in the Application server

    Hi All,
    i want to provide the F4 help so as to enable us to give the file path in the application server (AL11). I'm in version 4.0
    Regards
    Shekhar

    Hi
    Copy paste the following code and see the result
    Here you can see 2 types of open dialogs
    1. Directory View
    2. File View
    Use any one as per your requirement.
    DATA : l_filetable TYPE filetable,
           l_rc TYPE i.
    DATA: l_folder TYPE string,
          l_file TYPE string.
    PARAMETERS: p_folder(100) TYPE c,
                p_file(100) TYPE c.
    *Provide a Dialogue box for getting a folder path
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_folder.
      CALL METHOD cl_gui_frontend_services=>directory_browse
        EXPORTING
          window_title    = 'Select Folder Path'
          initial_folder  = 'D:\'
        CHANGING
          selected_folder = l_folder.
      p_folder = l_folder.
    *Provide a Dialogue box for getting a file path
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title      = 'Select a Text File'
          initial_directory = l_folder
        CHANGING
          file_table        = l_filetable
          rc                = l_rc.
    Reward points generously
    Regards
    Akshay Chonkar
      READ TABLE l_filetable INTO p_file INDEX 1.
      CHECK sy-subrc <> 0.

  • Premiere Pro CC's sequence lost. Is there a way to "search" for it from outside the project?

    I seem to have lost a sequence created in Premiere Pro CC. I can't find it anywhere inside the Project bin.
    We have so many same-name, older projects (between Auto-Save, different drives and so on) that looking inside each of them would take forever.
    But we do know the name of the sequence. I am wondering  if there is a way to "search" for a sequence name from outside the project?
    Thanks

    there is a way to "search" for a sequence name outside of the project,
    but it would be a pointless waste of time.
    sequences are only saved within the project file itself!!
    We have so many same-name, older projects (between Auto-Save, different drives and so on) that looking inside each of them would take forever.
    better get at it then!
    hahahahahahahaha!!!

  • Where is the iak file defined in the project?

    I made changes to the *.iak file in MAX including the file name and now there are yellow bangs on the RT target and its subfolders in Project Explorer.  (The RT taget is a cFP-2110)  What is the best way to resolve this?
    Dave J.

    Dave,
    I lifted this out of the Fieldpoint help.  Suggest you make a backup of project before you try anything.
    Importing FieldPoint Configuration Files into LabVIEW Projects
    If you already have a FieldPoint system or systems configured in MAX, you can import your .iak configuration file to a new project in LabVIEW. Complete the following steps:
    Right-click the project name in the configuration tree and select Import»FieldPoint Configuration.
    Browse to the location of the .iak file, select it, and click Open.
    When you import a configuration file, LabVIEW makes a copy of the file for the project and automatically saves the file when you change the project. The original configuration file remains unchanged.

  • No way to add images for story-boards to the project?

    Apparently, in all the Great Ideas on building this program (sarcasm included free) no one thought about perhaps "sharing" things other than "documents". So ... got an image on your local computer you want to add as a story-board image? Fuhgedaboutit. Ain't happnin' baby ... not no way not no how ...
    Unless of course, you put the image on-line somewhere first ... but not, it would seem, WITH the project itself in the "cloud". You can upload for sharing ... documents. Not images. So ... you have to put the image up on a website somewhere, THEN you can link it to the storyboard but ONLY from an online link OUTSIDE the project.
    Does this seem incredibly ... um ... poorly conceived?
    Neil

    If all you want is code snippet why not use the code template feature?
    It is more dynamic and will allow you to use variables that you can switch - then you can just use the keyboard to get the value.
    See:
    http://www.oracle.com/technology/obe/obe11jdev/11/ide/introjdevide.htm#t4s1
    http://adfjsf.blogspot.com/2009/09/creating-code-templates-in-jdeveloper.html

  • Colored flags for every item in the project explorer

    Hi all!
    A potential new feature?...
    Currently we are not able to give a VI or an other element in the project explorer a flag to indicate it's working status. The easiest way is to show a flag or a checkbox in the row of the item. The flag should be in user defined colors.
    This would be very helpful to set up drivers from a template, or in every case we have to update a project.
    To simple to implement?
    Please vote to change the world ;o)
    Best regards,
    M.St

    ok... added to idea exchange

  • Why does the 'change all' button for file extensions revert the program?

    Hi Chaps,
    I have a piece of analysis software produce a file with the extension .jdf and I need to open it with a particullar piece of software called Mestrenova to manipulate it. The problem is...jdf is also the extension of the Adobe acrobat job definition file. I can go into the file in snow lepord with 'get info' and change the individual files to default open with Mestrenova BUT as soon as I hit the 'change all' button, ALL .jdf files revert back to Acrobat defualt. It's infuriating and I have no idea how to resolve it without installing 3rd party software, which I'd rather not.
    Can anyone help?
    Thanks

    I still have this problem...

  • Regarding data integrity for XI file/jdbc adapter

    I have several questions about XI data integrity for file/jdbc adapter.
    Question 1 is: if the destinate file or DB is not reachable or other technical problems occur, do I have to send the message again or not?
    Usually we design  an bpm to comfirm whether the database or file is completed according to a response message. But it's a little complicated.
    Question 2:when I use jdbc send adapter and configure select and update SQL clauses. Does XI only update the records which it select automatically? or Select and Update don;t have any relationship?
    Very appreciated if you have any experience to share me.
    Regards
    Shen Peng

    Hi
    Question 1 is: if the destinate file or DB is not reachable or other technical problems occur, do I have to send the message again or not?
    If the DB is not reachable then message will be found in the inbound side. you can found them in the adapter. Goto RWB -> Message monitoring -> select status System error and search . there you will find your messages. select you message and resend them
    Question 2:when I use jdbc send adapter and configure select and update SQL clauses. Does XI only update the records which it select automatically? or Select and Update don;t have any relationship?
    XI never does updation automatically, Update is done only based on the SQL update query which you have written in the  sender channel.
    SELECT statement is used just to pick the values from the table and based upon the query which you want to UPDATE in SQL . data is updated
    Regards,
    sandeep

  • Unable to install the "Maven Integration for Eclipse" plugin

    I am having trouble trying to install the "Maven Integration for Eclipse" plugin.
    The tab Installed list the plugin with an Install button activated.
    Then when I click on Install, I get the following log:
    Your original request has been modified.
      "m2e - slf4j over logback logging (Optional)" is already installed, so an update will be performed instead.
      "m2e - Maven Integration for Eclipse" is already installed, so an update will be performed instead.
    Cannot complete the install because one or more required items could not be found.
      Software being installed: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)
      Missing requirement: m2e logback configuration 1.4.0.20130601-0317 (org.eclipse.m2e.logback.configuration 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
      Cannot satisfy dependency:
        From: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)
        To: org.eclipse.m2e.logback.configuration [1.4.0.20130601-0317]
    I am running FlashBuilder 4.6.
    I have Eclipse Juno also installed.
    I am running on Windows7.
    I tried to uninstall both Eclipse and FB and just reinstall FB but still I have the same problem.
    Any help would be greatly appreciated?

    Â Hi Senthil
    The only way for you to get CR4E is to download it from our web site.
    I just made a try, just to check if our web site was having any troubles today, and it worked fine, so I assume you might be experiencing some troubles on your side with your internet connexion.
    I have successfully downloaded the All-In-One zip file of CR4E, that you can find there :
    Â http://diamond.businessobjects.com/node/433
    I suggest you give it some more tries.
    Thank you for using CR4E.
    Thierry (Business Objects)

  • How do I exclude directories from Finder search results? I'm trying to find the biggest FILES on my computer and it keeps showing me "Macintosh HD" as the biggest, how can I search for files of type "NOT folder/directory"?

    Basically I've lost 10GB of free space over the last few weeks so my plan was to search for files modified in the last 2 weeks in order to figure out which ones are big and where that space went.
    So I open finder, go to "File > Find", and enter a search:
    Modified > In the last 2 weeks
    All fine so far.
    Problem is, it's showing whole directories as results. Which essentially means that when I order the list by size, Macintosh HD is at the top, followed by "Users", then "Applications", then one of my bigger movie files, then "Library", etc.
    How can I do a search which will ignore folders? I want individual files. Knowing that Macintosh HD is the biggest item on my computer and was modified in the last 2 weeks is utterly useless to me.
    Older versions of Finder in OS 9 had a feature where you could search for "files, whose type "IS NOT" folder", but OS X doesn't seem to have such a feature.
    Can anyone help?

    How much free space is on the HD, where has all the space gone?
    OmniDiskSweeper is likely the easiest/best, and is now free...
    http://www.omnigroup.com/applications/omnidisksweeper/download/

  • HT4796 The PC side quits during the search for files to migrate. It starts with Documents then dies.

    I am trying to migrate Office Outlook info from a Windows 7 PC to a MacBook Air Mac OS X v10.7 Lion. The computers match, then the search for files commences and the PC side quits. No programs are open and the Windows auto update is off. I uninstalled and reinstalled the migration assistant program with the same result.

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • WHAT SHOULD I DO MORE TO GET  MY FILES BACK IN THE FCP FORMAT ?

    A ROUND-ABOUT PROBLEM
    RECENTLY I GRADUATED FROM. FCE AND FCE HD. I DECIDED TO INSTALL FCP 5. I HAVE POWER BOOK G4 V10.4.8, PROCESSOR 1.5 GHZ PC SDRAM WITH INTERNAL MEM 80 DISK STORAGE AND 1 GB DDR SDRAM. I ALSO HAVE AN EXTERNAL LaCIE WITH 200 CAPACITY.
    IN THE PROCESS OF INSTALLING FCP, THE STUPID THING I DID WAS TO CHANGE NAME OF THE MEDIA FILE, AND THIS ACTION CAUSED ALL MY FILES GO OFFLINE. THE OPTIONS GIVEN TO ME BY THE RECONNECT FILLES TABLE BOX TO GET BACK MY FILES ARE:I TRIED TO USE BOTH BUT WITH NO SUCCESS.
    I WOULD BE GRATGEFUL TO ANY ONES WHO COULD HELP ME RECOVER MY FILES WITHOUT GOING INTO THE PAIN OF CAPTURING THEM FROM TAPE.
    FOR THOSE OF YOU WHO HAVE THE PATIENCE PLEASE READ MOR BELOW. THANK YOU SO MUCH.
    WHEN I TRY I GET A WARNING WHICH SAYS:
    THE FILE FORMAT OF THIS PROJECT IS FROM AN EARLIER VERSION. WOULD YOU LIKE TO UPDATE THIS PROJECT?
    NOTE: ONCE SAVED, THIS FILE CANNOT BE OPENED BY PREVIOUS VERSION. TO AVOID OVERWRITING THE ORIGINAL PROJECT FILE , YOU CAN CHOOSE SAVE PROJECT AS FROM THE FILE MENU WHEN PROJECT UPDATING IS COMPLET
    WHEN I SAY YES, ANOTHER BOX APPEARS: UPDATE PROJECT. IT SAYS THE FOLLOWING:
    THIS PROJECT CONTAINS ONE OR MORE SEQUENCES WHICH THIS VERSION OF FINAL PRODUCT PRO CAN RENDER WITH MOTION TAP QUALITY(NAMELY SCALIBG, ROTATION, ETC). PLEASE CHOSE A SCALING QUALITY TO USE (“FASTEST” RECOMMENDED IS THE QUALITY LEVEL 4.5.
    NEW QUALIT Y CHICKED INSIDE THE BOX ARE: BEST, NORMAL, FASTEST OR LINEAR . THE UNCHECKED LITTLE BOX READS: REMOVE EXISTING FILES (THIS ACTION IN NOT UNDOABLE
    WHEN I PRESS OK “OFFLINE FILES” BOX APPEARS AND SAYS:
    SOME OF THE MEDIA OF YOUR PROJECT REFERENCES EITHER CHANGED, MOVED, OR GONE AWAY.YOU CAN EITHER RECONNECT THESE FILES , OR CONTINUE WITH THEM BEING OFFLINE. BELOW THIS SAYS AS FOLLOWS:
    FORGET FILES. BELOW THAT THERE IS AN UNCHED BOX WHICH SAYS: MEDIA FILES 69 OFFLINE
    WHEN I PRESS CONNECT INSTEAD OF CONTINUE , THE RECONNECT FILLES BOX OPENS AND 69 OFFLINES FILES APPEAR. IN THIS RECONNECT FILES BOX THERE ARE 2 SECTIONS
    THE 1ST SECTION HAS A LITTLE UNCHECKED SKIP FILE BOX AND ANOTHER LITTLE CHECKED BOX WHICH READS: SEARCH SINGLE LOCATION. WHEN I OPEN IT TWO OPTIONS ARE GIVEN AS FOLLOWS:
    MACINTOSH HD: USERS WITH MY NAME AND DOCUMENT
    LaCILE:FINAL CUT PRO DOCUMENTS; AUTO SAVE VAULT WITH THE TITLE OF MY FILE
    WHEN I PRESS RECONNECT I GET THE FALLOWING PATH :
    MY NAME.>MACINTOSH HD >APTS FCT 5 >GRAY FILES
    WHEN I CHANGE THE SHOW BOX TO REVEAL FILES .I GET OFFLINE
    WHEN I ADD RESEACH, IT TAKES ME TO THE A CHOOSE A FOLDER WITH THE FOLLOWING PATH:
    MY NAME>LACIE DISK>FINAL CUT DOCUMENT >FOLDER >GRAY FILES WHICH CANNOT BE RVEALD., AND WHICH I CANNOT CHOOSE. IT GOES ON AND ON IN A CIRCLE WITHOUT HELPING ME TO GET MY FILES IN FCP FORMQAT.
    WHAT SHOULD I DO MORE TO GET MY FILES BACK IN THE FCP FORMAT WITHOUT BEING STUCK TO OFFLINE FILES FOR EVER? YOUR STEP BY STEP TO WALK ME THROUGH TO REESTABLISH MY FILES WOULD BE GREATLY APPRECIATED.

    A round-about problem
    I thank you all for your very kind replies. I have rewritten my issue in lower case as suggested by all of you. I hope I will be helped.
    Recently, I thought I had graduated from final cut express and final cut express HD when . I decided to install final cut pro. Perhaps a wishfull thinking!
    I have a power book g4 v 10.4.8, processor 1.5 ghz sdram with internal memory of 80 storage disk and 1 gb ddr sdram. I also have an external LaCie with a 200 storage capacity.
    In the process of installing final cut pro, I stupidly changed the name of the media file. Maybe this action caused all my clips, video and audio, files go offline. The options given to me by the Reconnect Files Table , to get my files back, are : Single Search Location and Search.
    I tried and tried both with no success. I would be grateful to any ones who might be able to help me to recover my clips without going through the pain of recapturing them from the tape. There are several tapes to be recaptured.
    Now, for those of you who may have the patience, please read more below to see what I have gone through.
    When I try to get to the files, I get the first warning: “The file of this project is from an earlier version. Would like to update this project?” And then it continues: “Note, once saved, this file cannot be opened by previous version. To avoid overwriting the original project file , you can choose Save Project As from the File Menue when the project updating is complete”. (It was at this point where I changed the files names formatted by the previous versions).
    When I say Yes, another box appears: Update Project. It reads as follows:
    “This project contains one or more sequences which this version of Final Cut Pro can render with Motion Tap (i.e. scalable, rotation, etc). Please choose a scalable quality (“fastest” recommended is the quality level 4.5. New Quality checked inside the little Box are: Best. Normal Fastest or linear." I choose Normal. The unchecked little Box reads: "Remove existing files ( this action is not undoable, it says”.
    (By the way, in my project no sequences, have been set up as yet; they are all clips inside the bins with red slash in all clips).
    When I press OK, “Offline Clips” Box opens and says the following:
    “Some of the media of your project references either changed, moved, or gone away. You can either Reconnect these files, or Continue with them being Offline”. Below this it continues:
    “Forget files.” Below that there is an unchecked box which says: “Media Files 69 Offline”.
    When I press Connect instead of Continue, the Reconnect Files Box opens with 69 Offline files. In this Reconnect Files Box there are two sections’
    The first section has a little unchecked Skip Files Box and another little checked Box which reads: “Search Single Location”.
    When I open it, two paths are given to recover my files:
    My name>LaCie> Final Cut Document>Folder>Gray files which cannot be revealed, and which I cannot open. I go on and onl ike a checken without a head in a circle without being able to get to the files off Offline.
    I have the same problem with the second path: My name>Macintosh HD>FCP 5>gray files.
    What should I do more to get my clip files back in the FCP format without being stuck to Offline files for ever?
    I am new to this field and enjoy what I am doing. I am old, and sometime my head goes off. Your expert step by step walking me through to reestablish my file linkage with Media would be greatly appreciated. Thank you all and have a nice holiday. Faruk Sabet

Maybe you are looking for

  • Different  font colors in the same text area.

    i need to have a text area where i can setText with different colors. eg red if an error message, rest to be black. the only way to set text color i know is using setforegound color which will do the only documents, but i need to set font color per s

  • How do I prevent AVG Secure Search from reinstalling itself. (I've uninstalled it twice so far).

    I accidentally downloaded the AVG Secure Search toolbar. I uninstalled it, but it reinstalled itself. I looked online for solutions to this problem, and multiple people have encountered it. However, none of them had a solution. How do I prevent this

  • User manual or ebook for Business Explorer 7.0

    Dear All, I have recently installed BI7.o server, and found some of the new features in BEx. I want to know the functionality of these new features. Is any user Manual available which explains all the Features and Functionalities, if yes pl. help me

  • Substitution in Workflow

    Hi, We are trying for automatic forwarding of work item from one sap user Inbox to other sap user Inbox using substitution in workflow settings. I am getting work items in both users Inboxes. My requirement is work item should appear in substituted u

  • Creative Cloud thinks it's a trial!?

    Have had Creative Cloud for months, suddenly it thinks it's a trial and refuses to believe i have an active account (even though it says my account is active and does not run out for ages) I'm on a mac on OSX, everything worked fine until today. Spen