2011-10-11 55 views
0

是的,我知道我應該在我的.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我最後一次提交,所以我不能做一個提交 - 單詞。

謝謝!!!

回答