File modified time

Hi,
how can i make subversive use file commit time as the last modified time of the file on my disk? It seems these times differ from svn-log shown times.
For instance with Tortoise svn client, you have a setting similar to this:
.subversion/config
[miscellany]
use-commit-times = yes
BR,
igor

Hello!
As far as I know, this:
.subversion/config
[miscellany]
use-commit-times = yes
is a Subversion option. So, it should work for both JavaHL and SVN Kit the same way if set. And since I additionally did check the SVN Kit code, I can assure you that it handles the option.
So, everything should work just fine. If there is a problem with the option, please tell what exactly it is, since the option itself does not seem to require any special handling on the Subversive plug-in's part.

Similar Messages

  • How to check the last modified time of a file?

    Does anyone know how to use LabVIEW to check the "last modified time" of a file?
    Thanks.

    This works just fine here (Windows XP, LabVIEW 8.5.1).
    (Actually, if you look closely, it is off by one second. I guess the file properties dialog rounds in a different way )
    Do you have more information? (e.g LabVIEW version, OS, etc.). Can you show us the code that fails?
    Message Edited by altenbach on 06-27-2008 08:48 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    modified.png ‏33 KB

  • FTP Get Exactly Modify Time by file [SOLVED]

    Hi guys,
    Im working on a project!
    I have a code here.
    FtpWebRequest request_now = (FtpWebRequest)WebRequest.Create("ftp://IP");
    request_now.Credentials = new NetworkCredential("user", "pass");
    request_now.Method = WebRequestMethods.Ftp.ListDirectoryDetails;
    FtpWebResponse response_now = (FtpWebResponse)request_now.GetResponse();
    Stream responseStream_now = response_now.GetResponseStream();
    StreamReader reader_now = new StreamReader(responseStream_now);
    while (reader_now.Peek() >= 0)
    MessageBox.Show(reader_now.ReadLine());
    That displays me all files, all rights and the modified date,
    The problem is I just get the hour and minutes of the modified file.Windows show me the modified time in seconds too and these are important.
    Is there any way to get the modified time with the seconds from a ftp file?
    Thanks in advance,
    EDIT:
    Ah guys got it.
    People with the same problem heres the code:
    FtpWebRequest request1 = (FtpWebRequest)WebRequest.Create("ftp://8.8.8.8/test.file.txt");
    request1.Credentials = new NetworkCredential("user", "pass");
    string test = "";
    request1.Method = WebRequestMethods.Ftp.GetDateTimestamp;
    request1.Proxy = null;
    using (FtpWebResponse resp1 = (FtpWebResponse)request1.GetResponse())
    test = resp1.LastModified.ToString();
    MessageBox.Show(test);

    Hello Kevin,
    Thank you for sharing the solution back to us, however it will be better if you can post the answer as a new post. In that way I can mark it and others can find the answer easily.
    Anyway, I will copy your solution here in order to improve this post:
    Questoin:
    Is there any way to get the modified time with the seconds from a ftp file?
    Kevin's solution:
    FtpWebRequest request1 = (FtpWebRequest)WebRequest.Create("ftp://8.8.8.8/test.file.txt");
    request1.Credentials = new NetworkCredential("user", "pass");
    string test = "";
    request1.Method = WebRequestMethods.Ftp.GetDateTimestamp;
    request1.Proxy = null;
    using (FtpWebResponse resp1 = (FtpWebResponse)request1.GetResponse())
    test = resp1.LastModified.ToString();
    MessageBox.Show(test);
    Best regards,
    Barry
    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.

  • Modifiable time for generating files

    Anyway for modify the default time out for gene files.
    Edited by: 999068 on Apr 9, 2013 12:11 PM

    i am not sure, this is what you are looking for
    http://linuxpoison.blogspot.tw/2007/11/howto-chang-file-modification-time.html

  • Can't copy files to time capsule

    I need some help with my new 2TB Time Capsule.  I setup the time capsule and did my first time machine backup.  Now I want to copy over additional files to time capsule from my full hard drive on my iMac. When I drag files over the following message occurs "The item “FILE NAME” can’t be moved because “Time Capsule” can’t be modified."
    I went into my aiport utilities -- opened up my time capsule -- went to disks -- clicked file sharing -- and the enabled file sharing box is checked.
    Help! How do I move files to my time capsule.
    Thanks in advance

    From post above: "Now I want to copy over additional files to time capsule from my full hard drive on my iMac"
    I'm sorry for the confusion.  My device is called "Time Capsule" --- How do I remedy the error I am receiving?
    "The item “FILE NAME” can’t be moved because “Time Capsule” can’t be modified."
    This error occurs when I am drag a document from my iMac hard drive to my time capsule (which technically has another name).

  • Wrong Modified Times On Remote Server MAC

    Hello,
    One of our graphics designers that updates our website has an issue with her Dreamweaver CS3 for MAC, that when she refreshes a newly uploaded file, the file will show an 8hr difference in the modified column. I tested this by creating a new file on her local machine and checked its created/modified time which matched the Mac's time correctly. I then uploaded the file to a random folder on the live server which by the way is on our local network. At first in Dreamweaver, the remote server shows the modified column correctly but as soon as I click refresh the newly uploaded file shows 8 hours ahead. I know this is a Dreamweaver issue cause I checked out the servers time which was our local time zone and I also connected to the live server via Filezilla and not via Dreamweaver’s FTP which shows the create modified time on it correctly. So local machine is ok, remote server in same time zone is ok, viewing remote website files via Filezilla ok, viewing the remote server via Dreamweaver wrong. Remote site is running Linux and Apache.
    Thanks,
    Myronl

    I have this problem all the time too. It drives me crazy because I share updates with one other person and constantly get the message "there is a newer file on the remote server" which 99% is due either to the time difference - and I don't know how to adjust for this in Dreamweaver - or this bug. But I always have to cover myself by creating backups and downloading the file in case she actually uploaded a new file. And no I don't use "check in" which is a real pain.  So this is all a real waste of time.
    Thanks!

  • Folders last modified time stamp are not updated in Windows 7

    After changing any .cpp file in Visual Studio, the last modified time stamp for the file's folder
    IS NOT updated. What's happening ?
    However when I change a Word (.docx) file, the last modified time stamp for the file's folder
    IS updated ! How come ?

    Hi,
    If you thought this issue gets worse and if you have already set NtfsDisblesLastAccessUpdate to 0, then please revoke it to 1.
    From the above Blog we can see that in Windows 7, the "Last Modified" field on log files is not updated when a program attempts to open the file or the utility is stopped, this is a design change to NTFS , becase we cache the metadata for
    folder contents and do not refresh it until a handle is closed on an open file or an explicit call is made to retrieve the properties of an individual file.
    Per your current issue that even if you closed these Vistual Studio files, the timestamp still didn't update. Please try the following and check whether any of them work:
    - open the file in a second program
    - view the proprties of the file
    - "dir <filename>" at a command prompt 
    In addition, if you edit these Vistual Studio files with Notepad(Before doing that, please close all the programs include Vistual Studio) and try to reproduce the issue, does the issue still occur?
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • File Modified Date Wrong

    Hi Everyone,
    Happy New Year! I have a question. I have a 2012 MacBook Pro running 10.10.1 connected to a Seagate GoFlex Home NAS. This is the main storage location for all my files (work and personal). I am having a very annoying problem, all my file modified dates are showing September 2029! When I access the same file in my Windows 7 VM the date is correct. The date and time are set correctly in OS X and on the NAS drive. Any ideas?

    Hi Allan,
    The issue was caused by the date on the NAS being set to automatic. I manually set the correct time, and all was ok after!
    Hope this works for you!
    Mark

  • FINDER: File Date & Time Slow to Update

    In finder windows my date and time is slow to "update" when I've changed a file. Viewing by "Date Modified" is worthless sometimes. I change & save a file, view in finder and the date & time has not updated. Update times vary from immediate to minutes...
    Surely this isn't typical? The systme can't handle getting file date&time updated?
    10.4.7 on Dual 1Gz machine.
    comments?

    Hi, Greg.
    I've seen this happen from time to time myself. In my case it has been very rare and I've been unable to pin down a cause. It appears to be a bit of a glitch in Finder. It's usually seen with server-mounted volumes even though it was supposedly fixed in Tiger after being a regular issue with shared volumes in Panther.
    Some ideas:
    • Temporarily switching the View from say List to Icon and Back often corrects this.
    • You might want to take a look at Nudge.
    • If it's happening at high frequency, purging your Finder preferences may help. See my "Finder Issues? How to delete its preferences" FAQ.
    • You may want to try Path Finder, an alternative Finder. You can use Finder and Path Finder simultaneously.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • File Modified date

    Hi, I have a question about getting file name. When I use list method (import java.io.file) I can get all the files names under the directory I give. I am just wondering if I can get each file's modified date. If yes, how?
    Thanks in advance!

    use listFiles. you will get an array of File objects.
    for modified time use lastModified().

  • Bridge CS4 - keep original file date/time

    Is it possible to set Bridge NOT to change original file modify date/time when editing metadata?
    Something like Irfan can do...
    thanks

    I know what you mean. Since the modified date is the only picture related date that can be used in explorer (and some other tools) for sorting, it's a very valuable field.
    While to my knowledge it's not possible to conserve the modified date in Bridge, it's at least possible to change it back to its original value after you've tagged your pictures in Bridge. For that, you need the free software EXIF Tool GUI:
    http://freeweb.siol.net/hrastni3/foto/exif/exiftoolgui.htm
    There, under "Modify", you can choose "FileModifyDate as in Exif:DateTimeOriginal
    If your only concern is sorting, I would recommend the following strategy:
    Before doing any tagging, use a renaming tool, such as the freeware LupasRenam2000 v.5
    http://rename.lupasfreeware.org/
    In there, sort your files according to the modified date (as long as it's still correct) and then add an increasing AutoNumber in front of your filename. Now, you can always sort by filename and get the correct temporal order.
    Best regards
    - spitfire

  • Conflicts in file info times

    While figuring out why my picture archive back-up system went nuts, I found about 20 picture files (.tif and .psd) on my hard disk with conflicting created and/or modified times. Example: In Finder's list view a file shows modified date as 30.10.2005 03:16 but the same file in Finder's column view (and in the Get Info window) shows the modified date as 30.10.2005 02:16. In some files a similar one hour conflict was found on the created dates instead. The datum October 30th suggests this might be connected to switching back from daylight saving which in EU took place 4 am on the night between 29th and 30th. I was editing the files during the night, however mostly between 2-3 am. My system checks the clock from time.euro.apple.com. I wonder if there's anyone else with similar observations?
    G4   Mac OS X (10.3.9)  

    You must have deselected them yourself but if you look at the file info window (both PS or Bridge) you will see an arrow pointing to the right if the tabs are hidden due to the width of the window, check if this is the case.
    If your window is large enough then use the arrow at the far right side that points downward. If you click on this a drop menu shows with the names of the tabs. Tabs with a checkmark show, obviously those who don't have one are hidden. select one to show or hide the tab.

  • Ant: warning: file modified in the future

    Hi
    I got these strange messages "warning: file 'name of file' modified in the future' for each of my files whilst compiling in Ant. I changed each file and saved (made white space then deleted) and the error messages went away. However, when I make a real change to my JSP or servlet files, it has no effect on my output.
    I'm a newbie and after searching on google I'm guessing that the changes I've made to my files won't take effect until a certain time?!!? But not really sure what to do. Anyone been here before?
    Thanks,
    Mike

    From ant user manual, Zip Task and Jar Task
    The update parameter controls ... Please note that ZIP files store file
    modification times with a granularity of two seconds. If a file is less than two
    seconds newer than the entry in the archive, Ant will not consider it newer.
    So I tried adding <sleep seconds="3" /> before my WAR task but it didn't help. Then I suspected its new US Daylight time savings change issue as I am using IBM WebSphere 6.0.2.11 JVM to run this deployment target and here I got it. Once I forwarded the system clock to April 3rd and ran it, the warning didn't show up any more. So instead of patching the IBM JVM, I would rather wait till next Monday and I ll never be able to reproduce it any more. :-)

  • Algorithm or pseudo code sought for getting the latest last modified time..

    Hi I need to write a program in java that lists the latest last modified time among the files in folders and its subfolder and also gets the size of the folder. In my case, average folder size is 9 GB. Could you please suggest any algorithm to achieve this?? I tried to implement it by gathering last modified times from folders and its subfolders recursively and storing the info in Vector and finally
    getting the max of the last modified times but it was horribly slow and memory hogging.

    Remove the part that stores the data in a Vector. You don't need to store any data to add up a series of numbers. And you don't need to store any data to find the largest of a series of numbers either. Just scan the directory recursively as you are already doing and keep track of the sum of the sizes and the max of the last-modified dates.

  • How can I delete undesirable backup files from time machine?

    Can anyone give me details of how to delete undesirable backup files from Time Machine,
    I'm trying to remove mackeeper which has been running since 2011
    And I'm stuck at the first hurdle......
    Thanks

    The problem I have is that i dont have an option to delete backups of this file on the options menu, and when I click delit or try to drag it to the trash I get a box saying " This operation can't be completed because backup items can't be modified"
    Iam really tempted to just delete mackeeper from HD library and Applications but it is stressed that I need to do the TM deletes first?
    Am stuck please help

Maybe you are looking for