Yep, you can pass the initial revision from which to start scanning:
git svn clone -s -r387893 http://plugins.svn.wordpress.org/your-plugin/
You can hunt down that revision by using this command:
svn log http://plugins.svn.wordpress.org/your-plugin/
The last line shows the earliest revision.
Source:
http://teleogistic.net/2011/05/revisiting-git-github-and-the-wordpress-org-plugin-repository/
Related Posts:
- How to have ‘git log’ show filenames like ‘svn log -v’
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- Stable tag of plugin in the readme file
- Should I use SVN or Git?
- Why Does Automattic use SVN for WordPress Instead of Git?
- TortoiseSVN svnadmin
- What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?
- How do I ignore files in Subversion?
- How do I return to an older version of our code in Subversion?
- How do I add all new files to SVN
- How to delete an SVN project from SVN repository
- SVN reverse merge?
- Eclipse Unable to Launch, the selection cannot be launched, and there are no recent launches
- Cannot connect to repo with TortoiseSVN
- I use SourceTree with Git but need to work with SVN repistory, what options do I have?
- Get all branch names in SVN
- Dev, Stage and Production Deployment for WordPress Sites?
- How-to: push a GitHub repo to the wordpress plugin servers
- Easiest Way to Create a Patch for Submission to WordPress Core?
- How to look at code in WordPress repositories without downloading?
- Any guides on using WP SVN with IDE clients? [closed]
- How to convert a WordPress install under SVN to one that is not?
- Managing updates when WordPress is in your own svn repo
- Subversion, github, etc.. version control systems/repositories
- Setting up SVN for teamwork on WordPress custom theme development
- What is the usual process of saving changes made at the CMS level into source control?
- Do you have to have command line access to use Subversion with WordPress?
- Is there a seamless solution for submitting plugins to wordpress.org SVN and GitHub? [duplicate]
- Using Subversion to deploy WordPress
- How long should it take for a plugin to fully load into the WordPress.org plugin repository?
- Recreating a local repository from a currently existing wordpress.org repo..which I own
- How can I edit commit messages in my wp-hosted plugin repo?
- How to make previous versions available for users?
- Git Hosting for WordPress SVN Plugin Repository [closed]
- Submitting a block to the .org repo: do I submit compiled code, or source code? [closed]
- cURL request to plugin repository fails 403
- Tortoise SVN showing ‘Access to ‘/!svn/me” forbidden error.
- WordPress.org how to force expire Cached Banner-772×250 from my Plugin page
- how can I create a WP offline environment before releasing the websites? [closed]
- How do I check out a remote Git branch?
- How do I delete a Git branch locally and remotely?
- How do I use ‘git reset –hard HEAD’ to revert to a previous commit? [duplicate]
- What is git tag, How to create tags & How to checkout git remote tag(s)
- How do I delete a Git branch locally and remotely?
- How do I rename a local Git branch?
- What does ‘–set-upstream’ do?
- What does ‘–set-upstream’ do?
- Difference between “git add -A” and “git add .”
- Git: Message ‘src refspec master does not match any’ when pushing commits in Git
- Git: Message ‘src refspec master does not match any’ when pushing commits in Git
- error: src refspec master does not match any
- What does cherry-picking a commit with Git mean?
- How to cherry pick from 1 branch to another
- How to Git stash pop specific stash in 1.8.3?
- How to use Git Revert
- How do I undo the most recent local commits in Git?
- How do I revert a Git repository to a previous commit?
- What is the best (and safest) way to merge a Git branch into master?
- How to merge branch to master?
- Git: How do I force “git pull” to overwrite local files?
- Differences between git pull origin master & git pull origin/master
- How do I force git pull to overwrite everything on every pull?
- What happens when I do git pull origin master in the develop branch?
- Undo a Git merge that hasn’t been pushed yet
- How do I properly force a Git push?
- How do I rename a local Git branch?
- fatal: Not a git repository (or any of the parent directories): .git [duplicate]
- Why is “MINGW64” appearing on my Git bash?
- How can I switch to another branch in git?
- How to remove local (untracked) files from the current Git working tree
- Squash my last X commits together using Git
- Git merge hotfix branch into feature branch
- Git refusing to merge unrelated histories on rebase
- Git submodule update
- How to apply a patch generated with git format-patch?
- How do I discard unstaged changes in Git?
- What is the `git restore` command and what is the difference between `git restore` and `git reset`?
- What does ‘git merge –abort is equivalent to git reset –merge when MERGE_HEAD is present.’ of Git merge man page mean?
- What does ‘git blame’ do?
- Abort a Git Merge
- What is the difference between git push origin and git push origin master
- GitHub: Permission denied (publickey). fatal: Could not read from remote repository
- Git fetch remote branch
- How to delete a remote tag?
- Updates were rejected because the tip of your current branch is behind its remote counterpart
- Updates were rejected because the tip of your current branch is behind its remote counterpart
- Git: How do I force “git pull” to overwrite local files?
- git error: failed to push some refs to remote
- git stash apply version
- How to modify existing, unpushed commit messages?
- How do I clone a specific Git branch? [duplicate]
- Git pushing to remote branch
- How to revert a merge commit that’s already pushed to remote branch?
- What is Git pruning?
- Git pushing to remote branch
- git – remote add origin vs remote set-url origin
- How do I undo ‘git add’ before commit?
- How do I discard unstaged changes in Git?
- Git: Message ‘src refspec master does not match any’ when pushing commits in Git
- GitHub Error Message – Permission denied (publickey)