SVN Source - File permissons and format issues

Hi,
I checked out source from svn repository and tried to build, permissions on files are wrong, is it SVN doing or repository have files with that permission?
I also noticed, tomcat sh files have again wrong permission (no execute or read) and also in dos file-format, which means it would throw ": bad interpreter: No such file or directory" error, if executed on *nix boxes. I have to convert those using dos2unix..
BTW! things failed even when I was trying using sudo...

On Thursday 28 Feb 2008, Abdul Qabiz wrote:
> Hi,
I checked out source from svn repository and tried to build,
> permissions on files are wrong, is it SVN doing or repository have files
> with that permission?
Wrong in what way ? On which files ? On what O/S ? What SVN revision ?
> means it would throw ": bad interpreter: No such file or directory" error,
> if executed on *nix boxes. I have to convert those using dos2unix..
I had no such problems in my SuSE or Unbuntu Linux boxes.
Tom Chiverton, stupid web forum
This email is sent for and on behalf of Halliwells LLP.
Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by The Solicitors Regulation Authority.
CONFIDENTIALITY
This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500.
For more information about Halliwells LLP visit www.halliwells.com.

Similar Messages

  • Picking source file A first if source file A and source file B both appear

    I have a situation where two source file with two different data format. Hence I will need to create two different mapping
    and then different parameters at file sender adapter FCC.
    However there is such a condition where source file A will need to process first before picking and process source file B.
    if both appear at folder at the same time else  source B will be process if no source file A.
    Beside using the scheduler at availiablity times at Runtime workbench, if there any other options ?
    Regards
    Fred
    I

    There are two different send file adapters involved due to different data format between source file A and B.
    Beside using BPM is there any other method.
    If doing at adapter module or operating command, how to do it ?

  • Pdf portfolio source file name and date in file details

    Is it possible to import the source file name and extension as well as the source file created date in the portfolio file details?  Need to document source to portfolio in working with 3rd parties that will only have the original source.  Need to document what was converted into pdf as not all files in a directory will successfully convert to pdf.  Sometimes need to convert 100's of files.  Manual entry is inefficient.  the file names and modified dates are displayed on the Combine Files dialog.  is there a way to capture the detail on that page?

    I don't need the detail of when the pdf was added to the portfolio.  I
    need know which dwg or jpg or word file was converted and the original
    created date of that file for control of information.
    That is impossible; sorry. For some *very specific* types of conversion to PDF the pdfx:SourceModified XMP tag will be set to show the last-modification date of the source file (for example DOCX files converted using MS Word), but there will never be a human-readable record of the source filename or its creation date unless you have manually added them as document XMP properties after conversion (this is what the "Custom Properties" dialog is for). To embed source data automatically would raise no end of privacy and security problems for customers, who most certainly do NOT want their recipients seeing details of internal documents.
    Without writing a plugin there's no access to the internal workflow of the Combine Files dialog, so you cannot use a script to read the names and dates of the files *before* conversion and store them automatically in the new PDF Portfolio's Fields array.

  • File permissions and Adobe Software

    We have a problem with file permissions and adobe software. In Illustrator and Photoshop I can open files from the 10.4.7-server that are opened by another user at the same time and in Indesign, in the contrary, I cannot open any file on the server. Always error "no rights" or "is opened by another user", also if logged in as admin.
    In MS Word for Mac we have no problem, if a file is open (Word) and I try to open the same file on another workstation, error "is open" is showed correctly. We have 3 10.4.7-Workstations and a 10.4.7-server on a G4/800. Can anyone help?

    Assuming you're connecting via AFP, this may help:
    1. Start with current updates: Update your client and server software to version 10.4.8. Update Photoshop CS2 to 9.0.2, Illustrator CS2 to 12.0.1, and InDesign CS2 to 4.0.4.
    2. In Illustrator and Photoshop I can open files from the 10.4.7-server that are opened by another user at the same time.
    This is actually not normal. Instruct your users to avoid opening files simultaneously, as this will result in lost data.
    If you have SMB/CIFS access to the same share point, disable oplocks; allow only strict file locks.
    If you've disabled the lock manager for AFP, re-enable it. It's enabled by default in /Library/Preferences/com.apple.AppleFileServer.plist.
    3. For InDesign documents that won't open, delete their corresponding lock files. Whenever InDesign CS or CS2 opens an .indd or .inx file, it creates a corresponding .idlk file that simply serves to flag the .indd/.inx file as open. If File.indd won't open, locate and delete File.idlk and try again. The lock file will be stored in the same folder as the document.
    4. Double-check your file permissions. Start by verifying the filesystems (Disk Utility/First Aid tab/Repair Volume button) of the server volume that houses the affected share point(s). You'll have to disable sharing to do so.
    Ensure that your permissions are correct, and adjust them as necessary. Consider using an ACL to apply read/write access for users or groups, because ACLs offer the superior inheritance model. See my ACL Tips post (http://discussions.apple.com/click.jspa?searchID=-1&messageID=1732788) if you haven't already.
    You may also find my posting regarding permission assignments and changes for newly-created items, copied items, or moved items: http://discussions.apple.com/thread.jspa?threadID=654236&tstart=30
    --Gerrit

  • Importing Excel Files and Formatting Issues

    Good afternoon ladies and gentlemen. When in doubt, post in the forum! Anyway, I am using java via ODBC to connect to an excel file to extract some info from it, using SQL statements. Everything can be extracted without any problems, however, Excel keeps pi$$ing me off by changing the format of the cell data.
    Firstly, I highlight every cell in my Excel file and format it as "Text."
    Then I extract the cell info by using a ResultSet and getting a String (even for numeric data - ResultSet.getString(...))
    What is getting on my nerves is that not only does it not extract numeric values followed by a string, when it does extract numeric values, it is adding a ".0" after the value.
    For example, if the cell value is 123, it will return 123.0
    If the cell value is 123SHOE, it returns null
    Furthemore, when editing the Excel file, after having every cell formatted as "Text," if I enter a number, say, as a zipcode, 123450000, it brings up an error! But the very definition of "Text" states that "Text format cells are treated as text even when a number is in the cell."
    The moral of the story is, I want to convert all data in the Excel file to "Text" and when extracting data from the file, I need to be able to extract numbers, numbers followed by characters, and everything else.
    Any suggestions?
    Thanks much,
    Josh

    Hey Dr. Clap, quick question for ya. I was checking out the Apache POI you recommended. More specifically HSSF. I noticed in the documentation that "String cells cannot conatin numbers and numeric cells cannot contain strings." Unfortunately, this is not going to work well with my app as some of the primary keys (I use the term loosely) are Strings which contain numbers. My main problem is that my app wont recognize the Strings containing numbers, so it returns null, and Excel is chopping off the leading zeroes and is popping up with an error because numbers are in the String. However, as I stated before, Excel notes that text cells can contain numbers!
    FYI, I am using Pervasive SQL to extract a given list of users in a DB (which I dont want to connect to directly) and am saving that generated query (list of users) into a text file. I then open the text file in Excel which parses it correctly and assigns the cells the correct values. So I don't think I can format the cells as text because I am importing the file I generate. I love doing things ass backwards :) Another reason I am using Excel files is so anyone can use the software so long as they have an Excel file with the appropriate columns within the file.
    Thanks yet again and I'll keep searching.
    Josh

  • Newbie File Size and Sync issues

    Background:
    Premiere/AME newb
    MacBook Aluminum 2.4Ghz Core 2 Duo 4GB
    OSX 10.5.7
    Premiere 4.1, AME 4.1
    Source Files are screen recordings from iShowU app Quicktime, H.264, AAC 44.1Khz, 640X400, 2-10 frames per second (average size 1.5MB per 1:00 video)
    I am recording 'simple' training videos using a screen recording app called iShowU and then I need to do a few edits and combine video's in Premiere. These video's will be used in pdf's and online on our website.
    I setup a project in Premiere with settings:
    - Desktop editing Mode
    - Timebase 10 Frames per second
    - 640 X 400 frame size
    - Square Pixels
    - No Fields Progressive Scan
    - Display format Frames (only option)
    - Audio 44.1khz
    I make a few minor edits by cutting videos and ramping up the volume and then export a 5:00 video to AME with settings:
    - Quicktime
    - H.264
    - 100% Quality
    - 640 X 400
    - Frame Rate 10fps
    - Progressive Field Type
    - Square Pixels
    - Render at Max bit depth (tried this on and off)
    - Optimize Stills
    - Frame Reordering (tried this on and off)
    - Set bitrate to 1000 kbps
    - AAC 32k
    After export the audio is out of sync a second or two. I upgraded to the AME 4.1 which i thought was going to fix the sync issues but it didnt. If the syncing issue is caused by the settings im using i wouldnt be surprised.
    THe big issue is that my file sizes are really large (20+MB when I need 10MB or less). I did some edits before I reinstalled everything and before upgrading to AME 4.1 and the files were smaller then so I am sure I am doing something wrong now.
    Any suggestions on proper project or export settings to achieve good output for what I want to do would be much appreciated.
    Thanks very much in advance,
    Jason

    Thanks for the reply. I tried with that Optimize Stills option off and the file was still over 20MB.
    I found a workaround which is to export as another format such as F4v (11MB) and then I used HandBrake to re-encode it as mp4 (5.6MB).
    Obviously it would be nice if I didnt have to do that step though so hopefully we can track down the problem.
    J

  • FSRM [Source File Path] and DFS

    Hi,
    When i use the [Source File Path] in a notification email it does not show the source file path but instead shows d:\xxxx which is the local drive of the server hosting the destination share.
    The users has a lot of problems with file types that are not allowed. But i can't find a good way to show them the file that has been blocked with out showing them the local server drives or shares and this is not a good way.
    Any suggestions to what could be done so i can show the users what files have been blocked?

    Hi,
    I get the reply from FSRM Discussions team.
    The source file path in this case does not relate to the copy operation (FSRM has no clue where this is copied from) – rather to the location of the file that caused the problem.
    If the path for the file that caused the notification is a shared folder or volume, we can use [Source File Remote Paths] instead of [Source File Path] to insert the path in UNC format (\\Server\Share\).
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Problems with file permissions and authorization/authentication and hostname (using ddns)

    hey guys!
     decided to rewrite this entire question...it was too hard to understand what i want. 
    I have a student version of server 2012 r2. I installed like 50 roles, and then deleted 90% of them. i have....a bunch of webserver roles, almost all of them i bet, and misc others. no AD or dns roles..i deleted those i thought they might have been the problem. 
    I connected this to a dynamic dns courtesy of No-ip.com. example.ddns.net
    when installing a blog or cms, and I am asked for the server name (for database) do i use localhost, 192.168.1.###, my router ip, computer name, example.ddns.net, or something else? 
    Same question above for iis bindings! What do i put for the host?  
    secondly, what file permissions do i set up? I can't seem to access umbraco, for example, from outside the network unless i use windows admin credentials in the physical path credentials via IIS advanced options. 

    Hi,
    The issue is related to IIS, I suggest you ask for help from IIS forum for better and accurate answer to the question.
    http://forums.iis.net
    Best Regards,
    Mandy
    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.

  • Tags, no longer displaying file names and other issues

    I upgraded to Mavericks, MacBook Air.
    I need help sorting out what is going on with Tags.
    I have a screen shot, but uploading it to this post is another problem I have run into with Mavericks.  I click on the camera icon, click on upload file, and then I get a list of greyed out files, and am unable to select any of them.  Very unmac like.
    Back to the tag issue.  The tags are listed in the open finder window.  Most of the tags I have created, when selected, will display all the files with that tag, and show the file name or icon.
    BUT, one of my tags, which has over a thousand files, will not display the file names.  What is shown are a list of blank icons, and no file names.  The preview for each file still shows as it should when a file is selected, and the file name is listed in the preview.
    A picture is worth a thousand words, so I really wish I could have uploaded the screen shot!
    In addition, some of the files, e.g. a .pdf file, will show no icon, no file name, no file size, but will open when double clicked and dispaly the file name and a greyed out addition to the file name "-Locked".  Much weirdness.
    Tags have not been working well for me.  I have used colours extensively in the past for organization and now it seems to be a huge problem converting to tags.  What a painful transition from Mountain Lion!

    With the backup completed, I followed your suggestion:
    "Go to your Finder "Go" menu hold the option key and choose Library. Then go to Preferences folder and trash these files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Then, restart, or log out and in again."
    The smart folders disappeared.  The original Tags named by colour are back on the list of Tags, and the problems remain unchanged.
    In the Tags I created for my file collection, call it the LotsOfFiles folder, there are no file names listed, none.
    However, when I changed the permissions on every file in the LotsOfFiles folder to Staff-Read & Write, then I was able to change, add, and delete Tags from the files.  Also, once the permissions were changed the file names appeared, after five minutes... so I edited this entry when I discovered the change.
    The files in LotsOfFiles have been collected since 1995, and have been saved to many computers and many backup systems.  They also have been used, saved, changed etc. in operating systems dating back to OS7, and almost every operating system up to 10.9.  They also are being used on different computers right now, one running OS 10.3.9. one running 10.7, and one running 10.9.  The computers all have different admin logins and info.
    But I still can't upload files to this forum!

  • Help, permissions and privileges issue.

    Hi to all,
    Suddenly a few days ago, quitting Photoshop I received the following warning: "+Preferences can not be saved because you do not have necessary privileges+". Quite strange ... I'm using PSD since long time.
    So, going to see the privileges settings for PSD's preference file, I've found the set in this order:
    (Group) Everyone -> custom
    (User) me ............ -> +Writing and reading+
    (Group) Everyone -> +only reading+
    So simply deleting this "bad" preference file, I had not problems anymore. And then I got the new PSD's pref file with just me as user and the group everyone. Ok.
    Then I ran a "repair privileges" without finding out any problems a part with a couple of JavaWM files.
    Unfortunately then I found that many applications gave similar permissions' troubles. In other words, I can't update my preferences' files. And if I check these files I always find a double groups "everyone": the first one with "custom", the other one only "Reading" (and me as user with w-r).
    Opening an app that gave preferences error warning, I tried to assign for the group everyone-custom the Read and write permissions and reopening that app everything was fine. But it's not a right solution, I know.
    So at this point I don't know how to solve my problem. Surely I cannot delete all my preferences' files !
    I have a recent "good" backup. I could restore the entire Preference folder. But maybe is there a better way ? Or is there any other check to prevent a similar very annoying issue ?
    Thanks and cheers,

    Great.
    Searching and reading in this forum, I found another post about same issue.
    http://discussions.apple.com/thread.jspa;jsessionid=1D85FFDB1B589AFF1D9EFE2943E5 353C.node0?messageID=11502097&#11502097
    The only problem was about the sudo command in Terminal.
    Using "sudo chmod -RN /Users/short_name" as suggested, I got invalid argument.
    But using "sudo chmod -N *" then "cd Library" and "sudo chmod -N *" and then "cd Preferences" ... then again "sudo chmod -N *" I've cleared ACL.
    Finally, booting up from Leopard DVD, choosing "Reset Password" from the Utilities menu and there "Repair home folder permissions" did the job.
    Now all preferences' files have only one group as "everyone" (and me as user of course).
    Cheers,

  • File permissions and ownership questions

    Hi all,
    I'm a bit confused by the file permissions in Snow Leopard. In particular, whenever I create a folder, there is always a group permission assigned to "staff".
    1) how is "staff" different from "everyone"?
    2) how come if I remove the group permission for "staff", I can't add it back? It doesn't seem like the "staff" group actually exists (it doesn't show up in the user/group dialog)
    And finally, does anyone know why ownership is so weird on removable drives? It seems like the "owner" of a folder created an a removable drive is just whoever is logged in at the time. So, if I log in as UserA and do an ls, I see the owner as UserA. If I log in as UserB, I see the owner as UserB.

    bmm727 wrote:
    Hi all,
    I'm a bit confused by the file permissions in Snow Leopard. In particular, whenever I create a folder, there is always a group permission assigned to "staff".
    1) how is "staff" different from "everyone"?
    staff is the default group that includes all users with accounts on your computer. everyone means everyone including remote users connecting as guests if you have file sharing on who don't have user accounts on your computer.
    2) how come if I remove the group permission for "staff", I can't add it back?
    in short, because GUI for changing permissions is really messed up in snow leopard.
    It doesn't seem like the "staff" group actually exists (it doesn't show up in the user/group dialog)
    it does exist, it's just not offered as an option in that dialog. see my comment above about GUI being messed up.
    Furthermore, please never delete staff from permissions this way. on top of being messed up GUI for changing permissions is buggy in snow leopard and when you remove staff from permissions that way the group on the item in question changes from staff to wheel (which is why you have to unlock the lock with your admin password in order to do this). this is wrong in most instances as only root belongs to the group wheel.
    And finally, does anyone know why ownership is so weird on removable drives? It seems like the "owner" of a folder created an a removable drive is just whoever is logged in at the time. So, if I log in as UserA and do an ls, I see the owner as UserA. If I log in as UserB, I see the owner as UserB.
    it's not true for all removable drives. it's only true if a drive has ownership disabled (can be done in the get info popup) or if it's formatted FAT. all thumb drives are formatted FAT by default. FAT is an old windows file system which does not understand POSIX permissions and treats everything as read+write by everybody.

  • How to get the source file name and transform into database

    Hi,
    We need to load data from source file abc.csv into oracle table. during loading, we need to keep the file name abc.csv and write into the database table as one field. Is there anyone who did the similar task? and how to make it? Pls help!

    Hi,
    If you can write the filename to a text file, you may do the following:
    (1) create a text-file containing the name of your source-file.
    (2) create an external table using that text-file as input.
    Now, you can SELECT the filename from the external table.
    Of course, you need a way to : create the flat file, handle the flat file, etc.
    Grtz.

  • On Firefox, i wish to edit details in the 'Page Source' file (CSS) and save the changes. Please help...

    I am viewing a crossword(HTML file) prepared by me, on FIREFOX. I wish to change the color of the blank squares (which are black now), to improve the appearance of CW. I have located the appropriate place on the "Page Source" file for effecting the change. ''But, I am not able to effect the change, as the file does not accept the editing.'' Please, advise
    how I can effect the change and also save the changes effected...Thanks

    It is View > Page Source and not Edit > Source, so you can't make changes to the source in Firefox.<br />
    You will have to do that via an external editor.<br />
    You can also override CS style rules with the Stylish extension.
    * https://addons.mozilla.org/firefox/addon/2108 - Stylish

  • Multiple queries and formatting issues

    I am running a report with 2 queries in a csv format. It displayed the right format with one query but with the new query , I have all sorts of formatting issues. The data is displayed in random cells. Why would this happen? Any ideas?
    thanks

    Sripathy,
    No, the data is not mixed up. However, the data is displayed in random fashion. Data which should be displayed in one cell, is coming in 2 cells. Sometimes, it is skipping a few cells. It could be due to field widths- I tried changing the widths of the groups in the Data model and also in the layout editor, but nothing has worked so far. Does it not automatically adjust the width depending on the data. I have Vertical elasticity Expand and horizonta Fixed.
    Thanks,
    Srikanth

  • Can't Repair Permissions and other issues

    Just updated to 10.5.2 and started having some video problems. The laptop won't wake from sleep, or if it does, the screen may go blank again. Also, upon waking sometimes, the mouse seems sluggish almost as if there is a remote user. Tried repairing permissions and can't get it to repair permissions. Also, when I switch users or try to authorize installations, it tells me the user name or password of one of the administrator's is incorrect and I know it's not. Very strange things.

    Welcome to Apple Discussions!
    Did you backup your data before updating?

Maybe you are looking for

  • Using OLE Objects in Forms 6i

    Hi I need to use OLE object (VSFlexGrid) in my forms 6i. can anybody help with some code by which I can achieve this. Warm Regards Vivek Bajaj

  • Limit on Select clause

    I am working on Oracle 10g 10.2.0.3 and I cannot select more than 1000 columns using SQL. But I could select more than 1000 columns in Oracle 11g R2. What is the limit on number of columns that can be selected in a select query on Oracle 11g R2? Also

  • Planning objects

    Hi Friends, In which table  i can  found all planning objects(like cubes,dso,Infoobjects)? Thanks in advance, Sateesh.

  • Time for new eyeglasses?

    Hi all, I just downloaded and installed Lightroom on my new notebook.  Upon opening LR 4.2 I find all titles (fonts) much too small (I now qualify as a senior citizen and my eyes aren't what they used to be)!   Other than lowering my screen's resolut

  • XFI pci music 0460 - Scratchy Sounds in Windows 7 64 workaround

    I love my soundblaster. I've done so much with it in XP, great card, great software. I ran into an issue with both drivers in Win764 in that it would sound horrible and scratchy and barely play system sounds. I read a very obscure post that said if y