git svn dcommit:.DS_Store上的扼流器

问题描述:

是的,我知道我应该在我的.gitignore中有.DS_Store!我搞砸了:(git svn dcommit:.DS_Store上的扼流器

我加入jQuery的UI我的项目,并致力于新的文件:

afazio-mac% = [development] git diff --summary 782b34b0dc13874baafc81d71e3139b431ad8dcc~1 782b34b0dc13874baafc81d71e3139b431ad8dcc 
create mode 120000 public/images/jquery-ui/currentTheme 
create mode 100644 public/images/jquery-ui/smoothness/.DS_Store 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_flat_75_ffffff_40x100.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_glass_65_ffffff_1x400.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_glass_75_dadada_1x400.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.pn 
create mode 100755 public/images/jquery-ui/smoothness/ui-icons_222222_256x240.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-icons_2e83ff_256x240.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-icons_454545_256x240.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-icons_888888_256x240.png 
create mode 100755 public/images/jquery-ui/smoothness/ui-icons_cd0a0a_256x240.png 
create mode 100755 public/javascripts/jquery-ui-1.8.16.min.js 
create mode 100755 public/stylesheets/jquery-ui-1.8.16.css 

我并没有注意和.DS_Store蹑手蹑脚的......但现在,不管是什么原因,我得到做dcommit时,以下几点:?

afazio-mac% = [development] git svn dcommit 
Committing to http://cvs.appriss.com/svn/softeng/tools/escalate/trunk ... 
    A  public/images/jquery-ui/currentTheme 
    A  public/images/jquery-ui/smoothness/.DS_Store 
URL access forbidden for unknown reason: access to '/svn/softeng/!svn/wrk/d346c9aa-810d-4ef6-8852-65b5d36ecc06/tools/escalate/trunk/public/images/jquery-ui/smoothness/.DS_Store' forbidden at /opt/local/libexec/git-core/git-svn line 579 

任何人可以帮助我弄清楚为什么发生这种情况,我该如何解决这个问题

的承诺,增加了.DS_Store文件WASN我最后一次提交,所以我不能做一个提交 - 单词。

谢谢!!!

您可以在amend代替使用interactive rebase和编辑较早的承诺。在过程

更多信息:

+0

非常感谢您! –

+0

HOLY CRAP功能强大。一切都在工作。谢谢!! –