HowTo?  find most recent checkins, by userID, sorted by date??

I can't find any reporting capabilities within RON.
Is there another tool?
Has anyone written these sql scripts and can share?
Thanks, curt

Thanks David,
I just gave repcmd a try. How can I print the doc for all cmds and
arguments? BTW, I didn't see any arguments for sorting by various
criteria like last checkin date?
The help in RON didn't give doc on the repcmds?
From RON, I opened a private work area, launched repcmd, which gives
the DOS look that it's rooted in my PWA. I typed lsci and it hangs.
Opps, while I'm typing this it returned. About 3 minutes for only
50 files??????
Problem: This has been a very foreign experience so far trying to
setup Jdev using OSCM: Everyone is working on the same project. We
check in files all day long. We need to precisely control what new
files we add to our desktop dev environment.
Under all other SCM's this is easy (even with clearclase). All other
tools make the easy, normal use case of picking and choosing what files
you download to your dev directory easy. Usually with a GUI tool that shows
you latest checkins that you pick from.
So: we need to be able to see a sorted list of latest checkins, sorted by date.
How?
Then we need to be able to pick and choose which files and which versions are down loaded?
How?
I'm leading the way on this, in advance of a team of newbies to OSCM and Jdev
so this will be a trying experience getting all the steps well doc'ed so it's
clear and easy.
I sure could use some help on this. Thanks, well in advance. :)
Take care, curt

Similar Messages

  • Finding most recent file in a directory

    Hi,
    Is there a simple and easy way in labview to write a program that goes
    into a directory and looks for the most recent file. I can think of one
    way where I use the list directory vi to obtain an array of the file
    names in the directory and then use the file/directory info vi to
    obtain a time stamp for each file in the directory and afterwards sort
    all the time stamps. I'm not sure if this is the simplest way to do
    this, and wanted to ask if anyone on the discussion forums knows of any.
    Thank you

    unclebump wrote:
    Try here. http://zone.ni.com/devzone/cda/epd/p/id/3175
    This example is not that great and a few tweaks can greatly improve it!
    Building the path with string operations inside the loop automatically breaks this VI on anything but windows. There is a reason we have the "build path" function! It should always be used. The "string to path" and "path to string" should only be used for OS specific tasks.
    You probably want to skip files that are actually links. Newer versions of "File/Directory info" tell you if the path points to a link instead of a file with a boolean output.
    WIy do we need to keep an array of all files and maintain the corret index in a shift register. It seems more intuitive and less wasteful to just keep the newest file path in the shift register and not worry about the index.
    The image below shows a quick attempt at improving the example. Modify as needed.
    Message Edited by altenbach on 04-12-2007 02:45 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    find_newest_real_file.png ‏9 KB

  • How to find most recent entries in address book

    please, is there a way to find out which entries have been made last?
    E.g. i want to list the last 5 new entries i have made in my address book.
    Thank you so much

    not possible from inside AB AFAIK. but you can do the following. in finder open the folder /users/username/library/application support/address book/metdata. switch to the list mode and sort by date modified. quicklook the vcards at the top to see which ones they are.

  • Spotlight Search of Calendar only finds most recent item

    I have two future appointments named "Dentist". When I do a spotlight search for "Dentist", the results only show the most recent appointment and not both appointments.
    I have done a full reset without restoring from backup to make sure the databases were rebuilt, but I still see the same behavior. Is this expected? The apple support people say no, but I can't figure out why this is happening and don't believe new hardware would fix the problem.

    Someone noted earlier that Spotlight went only two months back in the past. But this sounds like a different issue.
    Hmm .. just did a test. Looked for a Doc appt in August and found it two days ago, the date it was on before I rescheduled it. Looking in my calendar it is shown in August, the correct date.
    Most strange!
    Later: Apparently it is searching only the Cal app of the iPhone, not Saisuke -- the third-party app I use and synchronize with Google Calendar on my MacBook. Not sure where the Cal app is getting it's info.
    Phil
    Message was edited by: w7ox

  • Select most recent record prior to a target date

    Let's say I have a set of unique records with the following dates:
    11/15/08
    11/30/08
    Is it possible to select only the most recent record prior to a user-entered target date (e.g., 12/1/08)?  So in this case, only the record dated 11/30/08 would be selected for the report.

    Use the record selection formula like this
    {Date field}<={?Date Parameter}
    And also wrtite the group selection formula like this
    {Date field}=maximum({Date field})
    This returns the recent value nearer to the date entered in the prompt.
    Regards,
    Raghavendra

  • Terminal command to find most recently opened files

    Hello,
    I have a terminal command (bash) that will find the last opened file (singular) from a given directory.  "$(ls -t | head -n1)"
    I want to be able to search for multiple "last opened" files, say 20; I also want to be able to search either all user files, or at least direct the command to search within subfolders of a  top level folder.
    Can anyone help.  I'd appreciate it!  Thanks.

    This will find all files last used today. Reference. File Meta Data attributes. Curious about a file … mdls filename.
    mdfind -onlyin ~/Documents  'kMDItemLastUsedDate >= $time.today()'

  • Average of the best (8) of most recent 20 events

    Anyone know a formulae approach to determine the average of the best (8) of the most recent (20) events.
    I can do this manually by sorting the whole table by date, then selecting the most recent (20) events (rows), sorting those by the values in the column of interest, then selecting the best (8) and calculate the average.
    I looked at using Automator, but could not find a way of to cope with the change of table size (since new rows of data are added every other day).

    Quinn, (and Badunit),
    You guys are amazing, a million thank you's...
    Quinn,
    I looked up the description of the formulae, added the range (20 most recent rows), and it worked like a treat:
    =AVERAGE(SMALL(M2:M21,1),SMALL(M2:M21,2),SMALL(M2:M21,3),SMALL(M2:M21,4),SMALL(M 2:M21,5),SMALL(M2:M21,6),SMALL (M2:M21,7),SMALL(M2:M21,8))
    The result is the average of the eight (8) smallest scores from the 20 most recent rounds, exactly what I was looked to do.
    Badunit,
    Using Quinn's suggestion, provided I ensure the table is always displayed in it's default mode [all rows sorted by date in descending order],
    the above formulae will always give me the correct answer.
    Since I am the only user right now, this will be refined enough.
    But thank you, I have made a note of your suggestion, and will incorporate it into my next version.
    PS: I note that it is not possible (well, I could not find a way) to edit the formulae in the Cell.
    So I copied and pasted it into Pages, then did a Find-Replace, LARGE to SMALL, and A to M2:M21, then copied and pasted it back into the Numbers Cell.

  • How to determine which drive has the most recent backup?

    I have a few drives that contain backups of files. What would be the easiest way to figure out which of the drives has the most recent backup? When I sort by date, the folder shows one date, though the files inside show a different date? Is there a way to quickly check the drives to find which is the most recent?
    Thanks.

    the folder modification date isn't reliable, as is only tells of changed in the folder, but not in subfolders. there is no efficient way. I however highly suggest Time capsule, it is WAY easier and you can ask it not to sync the System data and/or applications, so it would prevent this hassle.
    You could try this: go to the first drive, type different letters, like a for instance, and see which file is the most recent document/folder.
    do the same thing on the other drives and compare.

  • How to determine most recent date from the date column of internal table

    Dear friends
    would you like to tell me. how i determine the most recently changed record by looking at date and time from internal table i am not supposed to sort the table by date and time... I must check date and time with other records date and time to determine which record is most recently changed...
    here the scenario is.
    id idnumber chdate chtime
    1 123456 20060606 135312
    2 123456 20060606 135900
    3 123456 20060606 132300
    4 123457 20060606 140000
    5 123457 20060606 142500
    in the above scenario i must keep in my mind that the most recently changed record is identical to its idnumber i can say that:
    the record should be fetched this way
    id idnumber chdate chtime
    3 123456 20060606 132300
    5 123457 20060606 142500
    because here the id 3 is the most recently changed in the idnumber 123456
    where id 5 is the most recently changed in the idnumber 123457
    please help me to determin how i am supposed to carry out this task any suggestion, code will be great help of mine.
    regards
    Naim

    After testing my suggestion above, I realized that it doesn't work because the delete adjacent actually will keep the first one and delete the rest.  I'm working with Srinivas's code a bit now,  I think it is almost what you want.  I am under the impression that you dont' want to HIGHest date/time, but just the last record of the sequence, if this is the case, then this code will help.  Here we will assign an index to each record per the idnumber, that way we can sort it and get the lastest record.
    report zrich_0001.
    types: begin of itab_type,
            id       type i,
            idnumber type i,
            chdate   like sy-datum,
            chtime   like sy-uzeit.
    types: end of itab_type.
    types: begin of itab_type2,
            id       type i,
            idnumber type i,
            index    type i,
            chdate   like sy-datum,
            chtime   like sy-uzeit.
    types: end of itab_type2.
    data: itab     type table of itab_type with header line,
          itab2    type table of itab_type2 with header line,
          prev_rec type itab_type.
    data: v_id type i.
    start-of-selection.
      itab-id       = 1.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '135312'.
      append itab. clear itab.
      itab-id       = 2.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '135900'.
      append itab. clear itab.
      itab-id       = 3.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '142500'.
      append itab. clear itab.
      itab-id       = 4.
      itab-idnumber = 123457.
      itab-chdate   = '20060606'.
      itab-chtime   = '140000'.
      append itab. clear itab.
      itab-id       = 5.
      itab-idnumber = 123457.
      itab-chdate   = '20060606'.
      itab-chtime   = '120000'.
      append itab.
      clear itab.
    <b>  data: counter type i.
    * Assign an index to each row per idnumber
      loop at itab.
        on change of itab-idnumber.
        if sy-tabix > 1.
          clear counter.
          endif.
        endon.
        clear itab2.
        move-corresponding itab to itab2.
        counter = counter + 1.
        itab2-index = counter.
        append itab2.
      endloop.
    * Sort it and get rid of older records.
      sort itab2  by idnumber ascending
                     index descending.
      delete adjacent duplicates from itab2 comparing idnumber.</b>
      read table itab2 with key idnumber = '123456'.
      write:/ itab2-chdate, itab2-chtime.
      read table itab2 with key idnumber = '123457'.
      write:/ itab2-chdate, itab2-chtime.
    Regards,
    Rich Heilman

  • "Most Recently Added" Playlist syncing issue

    I add music to my iTunes library pretty slowly, so I created this smart playlist to replace the default Recently Added playlist:
    http://www.cubeupload.com/files/45a800smartplaylist.png
    In iTunes, this shows me the the 90 most recent Music items I added to my library. On my iPod Touch 2nd Gen, however, it shows me a seemingly random list of songs in my library which were synced to the iPod.
    Any ideas?
    Message was edited by: Corey Csuhta

    Hi Corey,
    Welcome to Apple Discussions.
    The conditions for your Smart Playlist are specific to the following:
    iTunes will pick "90" items, with the parameter of *"most recently added"* - the "most recently added" condition is based of date, too my knowledge it does not encompass time though. - So, if you added more than 200 items and they all share the same date, then iTunes will choose 90 of those 200 items randomly.
    Other than that, there may be a metadata error in your files which is causing this issue.
    Regards,
    Peter.

  • When I sort by date added in Column View in Finder, how can I make the most recent files appear at the top of the list?(Mavericks)

    In 10.8, when I sorted Finder by date added or date created in column view, the most recent files would appear at the top of the list. Currently, this happens as it should in every single view mode EXCEPT column view (which is pretty much the only view I ever use). Currently, I have a folder with over 2000 files in it that date back to 2011, so now I have to scroll for like ten minutes just te get to files that were most recently added. Who in their right mind would want to sort by last modified with the oldest result listed FIRST? Ridiculous. I can't figure this out. Any help?

    Thanks for the reply leroydouglas! Unfurtunately this doesn't cause the column to be ordered correctly either. After selecting this option, the files seem to be ordered by label, and the most recently added file is somewhere in the middle of the list. I'd like it to be at the top, and have other files/folders descend in retrochronological order by their add date.
    Any other input from the community would be greatly appreciated, even if it's just confirming that this is/is not expected behavior. I'd be super bummed to find out that this IS expected behavior, as it's really counterintuitive and extremely inconvenient.
    Thanks again!

  • Find the most recent file

    greetings,
    I am developing a web site in which we need to extract the 1st paragraph of the most recent press release and post it as content in a separate page. The press releases are all in their own separate files that get dynamically included into a templates page.
    I am able to open the file, get the text, set it to a variable and post to the separate page without a problem. What I need to know is how to know which file to open and read.
    I can use the lastModified() method to compare one file agains another, which I suppose would work fine it it was only a handful of files I Was comparing, but this could potentially be a pretty large number of files.
    Can anyone think of a relatively efficient way to do this? Are there any array sorting methods that may help here?
    Thanks,
    -d

    If you're looking to sort your File array by lastModified() date, then use the Arrays.sort() method with the following header...
    Arrays.sort(Object[] a, Comparator c)
    You can easily define the Comparator to sort by the date (either ascending or descending) and voila, you can quickly and easily find the most recent.

  • I cannot find my most recent events.  I can see the photos in "photo" but not event.

    Why did my most recent events not appear?
    I can see the photos in "photo" but not in events,and I named them and everything.

    It does you are looking in the wrong place
    either the date of the photo is incorrect or the event sort is wrong (view menu ==> sort events)
    You also can select a photo in "photo view" and show event to find the event
    LN

  • Why is it that when I go to the search screen to find a particular message in a conversation it comes up with the message but when I click on it it takes me to the conversation where the most recent message was sent and not the message I wanted

    Why is it that when I go to the search screen and type in a particular message I want to view, my iPhone finds it but when I click on it it only takes me to the conversation at the most recently thing texted and not the particular message I clicked on?

    Never occurred to me you can search messages that way, thanks.
    Another way to do it is to scroll from the most recent message to the top of the screen and tap load more messages, repeatedly till you reach the one you want.
      I like your method better, but with both methods it refreshes to the most recent message.

  • How do I find and backup only my most recent downloads?

    Does anyone have a better solution than mine for finding and backing-up only my most recent downloads? I'm trying to make my network backups and external hard drive backups faster, by only backing-up my incremental downloads, rather than all my music every time. I created an iTunes Music sub-folder called My Music:\2005, into which I download all new purchased music. I still add the entire My Music folder to my iTunes library, so I can play all of the files, but new downloads and CD's rip into the 2005 sub-folder. I can find my most recent files, and only back those up, as I know the other files in My Music have already been backed-up. Let me know if you have a simpler solution. Thanks.

    Thanks, Lawrence. Someone at work looked at my iTunes Preferences, I think it was, and verified that a backup had been done at 10:54AM today. (Personally, I've never looked to find a date/time stamp for this -- just took it for granted that it happened as expected!)
    Since I know now that the backup was done right before the phone froze on me, I 'risked' doing a Restore, which is taking most of half an hour. I'm pretty confident I will be up and running in a few minutes. If not, I'll be looking for a cocktail or two in a bit!
    PS: I did copy all my Photostream photos into a separate folder on iPhoto .... just in case they got wiped in the Restore. 

Maybe you are looking for

  • Jabber registration issue on CCM 7.1.5

    Hi Guys, I'd like to ask your valuable advice on the following: - we're running CCM 7.1.5(b)SU5 - we installed the following .cop files for Android support (we tried one after the other hoping to get around the problem):      cmterm-android_8.6.2v17.

  • Is it possible to remove overprints on black text in Acrobat 9 Pro?

    I have a set of PDFs generated that all have black type that is set to overprint. My goal is to remove the overprints from the black type in Acrobat 9 Professional without flattening the black type into the color behind it (like the Flattener Preview

  • Multiplexing & Burning Error

    I am new to idvd and have made one short movie successfully. Now I have one that is 137 min and 4.29gb. I am trying to get it to burn on DVD+R DL. I spent 2 days on it and it pops out the DVD and says multiplexing & burning error.This happened a coup

  • Captcha in a registration form

    how to make a field "captcha" in a a registration form ?

  • Can't install my printer on Windows virtual machine using  Leopard OS

    Have just installed Leopard and Parrallels software. I cannot install my HP C3180 printer on the virtual windows machine. USB plug and unplug are not recognized and suspect it is because the printer is in use on the Mac OS side. How can I get the sam