* git svn clone issues with buddypress subversion repository
[not found] <CAM1C4G=YbK5PF21UujxNRR0PX9xqQBSEvcB45Zxy1hwZuyuL8Q@mail.gmail.com>
@ 2011-09-24 16:50 ` Anand Kumria
2011-09-26 8:13 ` Michael J Gruber
0 siblings, 1 reply; 3+ messages in thread
From: Anand Kumria @ 2011-09-24 16:50 UTC (permalink / raw)
To: git
Hi,
I'm trying:
% git svn clone -s http://svn.buddypress.org/trunk/ buddypress
Initialized empty Git repository in
/home/anand/Projects/wordpress/buddypress/.git/
Using higher level of URL: http://svn.buddypress.org/trunk =>
http://svn.buddypress.org
% git --version
git version 1.7.0.4
And at the end, git svn appears to successfull complete but nothing
has occurred. I'm successfully using 'git svn' against other
repositories with no problem, just wondering if anyone else has come
across this.
% find buddypress
buddypress
buddypress/.git
[omitted]
buddypress/.git/svn
buddypress/.git/svn/refs
buddypress/.git/svn/refs/remotes
buddypress/.git/svn/refs/remotes/git-svn
buddypress/.git/svn/refs/remotes/trunk
buddypress/.git/svn/refs/remotes/trunk/.rev_map.cdf35c40-ae34-48e0-9cc9-0c9da1808c22
buddypress/.git/svn/.metadata
% cat buddypress/.git/svn/.metadata
; This file is used internally by git-svn
; You should not have to edit it
[svn-remote "svn"]
reposRoot = http://svn.buddypress.org
uuid = cdf35c40-ae34-48e0-9cc9-0c9da1808c22
branches-maxRev = 5188
tags-maxRev = 5188
Thanks,
Anand
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git svn clone issues with buddypress subversion repository
2011-09-24 16:50 ` git svn clone issues with buddypress subversion repository Anand Kumria
@ 2011-09-26 8:13 ` Michael J Gruber
2011-09-27 7:44 ` Anand Kumria
0 siblings, 1 reply; 3+ messages in thread
From: Michael J Gruber @ 2011-09-26 8:13 UTC (permalink / raw)
To: Anand Kumria; +Cc: git
Anand Kumria venit, vidit, dixit 24.09.2011 18:50:
> Hi,
>
> I'm trying:
>
> % git svn clone -s http://svn.buddypress.org/trunk/ buddypress
Please try
git svn clone -s http://svn.buddypress.org/ buddypress
By saying "-s", you make git-svn look in trunk, branches and tags
subdirs of the URL that you specify, i.e. trunk/trunk etc. with your
command line.
Or, omit "-s" if you want the trunk branch only.
> Initialized empty Git repository in
> /home/anand/Projects/wordpress/buddypress/.git/
> Using higher level of URL: http://svn.buddypress.org/trunk =>
> http://svn.buddypress.org
>
> % git --version
> git version 1.7.0.4
>
> And at the end, git svn appears to successfull complete but nothing
> has occurred. I'm successfully using 'git svn' against other
> repositories with no problem, just wondering if anyone else has come
> across this.
>
> % find buddypress
> buddypress
> buddypress/.git
> [omitted]
> buddypress/.git/svn
> buddypress/.git/svn/refs
> buddypress/.git/svn/refs/remotes
> buddypress/.git/svn/refs/remotes/git-svn
> buddypress/.git/svn/refs/remotes/trunk
> buddypress/.git/svn/refs/remotes/trunk/.rev_map.cdf35c40-ae34-48e0-9cc9-0c9da1808c22
> buddypress/.git/svn/.metadata
>
> % cat buddypress/.git/svn/.metadata
> ; This file is used internally by git-svn
> ; You should not have to edit it
> [svn-remote "svn"]
> reposRoot = http://svn.buddypress.org
> uuid = cdf35c40-ae34-48e0-9cc9-0c9da1808c22
> branches-maxRev = 5188
> tags-maxRev = 5188
Contents of .git/config would be more helpful in general. We don't need
it in this case, but looking at it might have given you the clue
(trunk/trunk).
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git svn clone issues with buddypress subversion repository
2011-09-26 8:13 ` Michael J Gruber
@ 2011-09-27 7:44 ` Anand Kumria
0 siblings, 0 replies; 3+ messages in thread
From: Anand Kumria @ 2011-09-27 7:44 UTC (permalink / raw)
To: Michael J Gruber; +Cc: git
Hi Michael,
On 26 September 2011 09:13, Michael J Gruber <git@drmicha.warpmail.net> wrote:
> Anand Kumria venit, vidit, dixit 24.09.2011 18:50:
>> Hi,
>>
>> I'm trying:
>>
>> % git svn clone -s http://svn.buddypress.org/trunk/ buddypress
>
> Please try
>
> git svn clone -s http://svn.buddypress.org/ buddypress
Yup - works perfectly!
Cheers,
Anand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-27 7:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAM1C4G=YbK5PF21UujxNRR0PX9xqQBSEvcB45Zxy1hwZuyuL8Q@mail.gmail.com>
2011-09-24 16:50 ` git svn clone issues with buddypress subversion repository Anand Kumria
2011-09-26 8:13 ` Michael J Gruber
2011-09-27 7:44 ` Anand Kumria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).