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 416865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:31:23+00:00 2026-05-12T18:31:23+00:00

I am making a PHP tool that connects to a repository, downloads the list

  • 0

I am making a PHP tool that connects to a repository, downloads the list of commits and stores them locally. However, due to the possibility that certain repositories are HUGE and grabbing their log results in long waiting time and possible time-outs/errors, I would like to download each commit message using async requests.

So, I have a start and end points in revision history, and I can grab all logs like this:

svn log -r <from_revision>:<to_revision> <REPO_URL>

… and I will possibly end up with an XML file which is so huge that it will take long time to download, long time and lots of resources to parse, and long time to store.

If I know the start and the end point, I can create a for() loop to grab revisions one by one:

svn log -r <revision> ...

BUT, since I don’t know which specific revisions exist for given path, I will receive an error. I can make the application to ignore that error during the update, but it’s a nasty hack and it will post requests and wait for the responses anyway – which is not good at all.

So, I need something like this:

  • “give me the list of revision numbers for this path”, OR:
  • “give me the list of revision numbers for this path, between and

That way I would be able to make an array of valid revisions for the repository path and get them one by one.

All suggestions are welcome, thanks in advance.

  • 1 1 Answer
  • 2 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-05-12T18:31:23+00:00Added an answer on May 12, 2026 at 6:31 pm

    I think your best bet would be to do the following svn log -l 100 0:{$newest} .\ that will retrieve the first 100 logs for a given directory or file. then read the last revision number returned, then request the next 100 svn log -l 100 {$last_ret_log}:{$newest} .\

    that way you get 99 new log entries with each request but you wont get all of them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I`m making an little php server that has 2 clients, on connects to the
I'm making a php script that stores 3 arrays: $images , $urls , $titles
I'm making a php web application which stores user specific information that is not
I'm making a PHP image script that will create circles at a given radius.
I'm currently making a PHP-program that solves equations. I've divided the input equation into
Possible Duplicate: PHP take all combinations I'm thinking of making something in PHP that
I am making a simple development tool for myself using PHP on my local
I am making a PHP script that will download a file given a name
I am making a PHP utility that imports and analyzes a CSV file into
I'm making a PHP function that converts a $_GET array into the URL string

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.