Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8996375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:44:47+00:00 2026-06-15T23:44:47+00:00

I want to revert 3 files to the version before at the same time.

  • 0

I want to revert 3 files to the version before at the same time. Using the method you see below, works for 1 file, but not for 3:

I call:

[[self restClient] loadRevisionsForFile:filename3 limit:10];

and then:

- (void)restClient:(DBRestClient*)client loadedRevisions:(NSArray *)revisions forFile:(NSString *)path{ 

for (DBMetadata *file in revisions) 
{ 
if (segmentSwitch.selectedSegmentIndex == 0) { 

NSString *title = [[NSUserDefaults standardUserDefaults]objectForKey:@"Folder3"]; 
PhotoViewController* sharedSingleton = [PhotoViewController sharedManager]; 

NSString *destDir = [[NSUserDefaults standardUserDefaults]objectForKey:@"Folder2"]; 
NSString *filename3 = [NSString stringWithFormat:@"%@%@photofile.png.%ld", destDir, title, (long)sharedSingleton.tagNumber]; 


[[self restClient] restoreFile:filename3 toRev:file.rev]; 

[[self restClient] restoreFile:filename4 toRev:file.rev]; 

[[self restClient] restoreFile:filename5 toRev:file.rev]; 

NSLog(@"MetaData's Revisions \t%@", file.rev); 

} 
}

Would I have to do:

[[self restClient] loadRevisionsForFile:filename1 limit:10];, [[self restClient] loadRevisionsForFile:filename2 limit:10];...
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:44:48+00:00Added an answer on June 15, 2026 at 11:44 pm

    The problem was much easier to solve than I thought. I discovered that when you run the code

    [[self restClient] loadRevisionsForFile:filename1 limit:10];
    

    you are passing on the path to.

    Solution:

    - (void)restClient:(DBRestClient*)client loadedRevisions:(NSArray *)revisions forFile:(NSString *)path{ 
    
    for (DBMetadata *file in revisions) 
    { 
    if (segmentSwitch.selectedSegmentIndex == 0) { 
    
    
    [[self restClient] path toRev:file.rev]; 
    
    NSLog(@"MetaData's Revisions \t%@", file.rev); 
    
    } 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to know what version of a file that I have in my
When you revert to a previous version of a file in svn and then
i want to display a toast when two spinner values are same, and revert
I am using mercurial for version control of a few files in a directory.
I am using RequireJS and Angular but they are not working together in my
I want svn update to overwrite my local file with the files from the
I've modified a file, then I want to get latest version from remote. So
In asp.net 4 I want to force https on some files, and then revert
I messed my local branch of a project, and i want to revert my
i want the draggable object to revert back to its original position when i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.