Re: Problems with git-svn and space in the URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Don't think it was a space in URL but something else, haven't conclude what it was.
git 1.7.1
svn 1.6.6
svn server 1.6.5

I was doing the following:
-------------------------

* git svn clone -s **myserver**/svn/OnTheAir%20Video
* git checkout -b local/ticket_0004_multiple_playback_buffers ticket_0004_multiple_playback_buffers
* git merge master
* resolved all the conflicts (list was huge) several files were renamed and moved. So thanks to git i could resolve it all.
* git commit 
* git svn dcommit ( this gave error below


I resolved the issue by doing a new checkout merge

* git svn clone -s **myserver**/svn/OnTheAir%20Video
* git checkout -b local/ticket_0004_multiple_playback_buffers ticket_0004_multiple_playback_buffers

(Several iterations of:)

 * I took one folder from previous merge above copied this over
 * git commit 
 * git dcommit

After 7 of these steps everything was working fine. 

So it wasn't clear why above wasn't working. Maybe 'git merge master' caused some svn metadata issues?

regards,

marc



On May 30, 2010, at 11:05 PM, Marc Van Olmen wrote:

> Hi,
> 
> First time user.
> 
> Was trying to do a commit back to the svn repository: The svn repo has a space in the main project name:
> 
> When I try to commit, got this:
> 
> Quad-Raid-2:OnTheAir%20Video copy marcvano$ git svn dcommit
> Committing to **myserver**/svn/OnTheAir Video/branches/ticket_0004_multiple_playback_buffers ...
> Filesystem has no item: '/svn/!svn/bc/2643/OnTheAir' path not found at /usr/local/git/libexec/git-core/git-svn line 572
> 
> When I run:
> 
> Quad-Raid-2:OnTheAir%20Video copy marcvano$ git svn info
> Path: .
> URL: **myserver**/svn/OnTheAir%20Video/branches/ticket_0004_multiple_playback_buffers
> Repository Root: **myserver**/svn
> Repository UUID: 6f96b356-5bf8-4915-87a6-d3080d869cd8
> Revision: 2643
> Node Kind: directory
> Schedule: normal
> Last Changed Author: XXXXXX
> Last Changed Rev: 2643
> Last Changed Date: 2010-05-02 18:01:52 -0400 (Sun, 02 May 2010)
> 
> 
> any solution for this problem?
> 
> marc

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]