VirtualBox

儲存庫 vbox 的更動 30851


忽略:
時間撮記:
2010-7-14 下午06:02:23 (14 年 以前)
作者:
vboxsync
訊息:

svnsync: fix unexporting files which aren't there (usually because the directory was exported later than the contents)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/apps/svnsync-vbox/main.c

    r29684 r30851  
    19761976    else
    19771977    {
     1978      if (!file_added_this_changeset)
     1979      {
     1980        svn_node_kind_t nodekind;
     1981        /* Verify that the previous source was exported to the destination
     1982         * repository. */
     1983        SVN_ERR(svn_ra_check_path(eb->to_session_prop,
     1984                                  STRIP_LEADING_SLASH(path),
     1985                                  SVN_IGNORED_REVNUM, &nodekind, pool));
     1986        if (nodekind == svn_node_none || nodekind != svn_node_file)
     1987          fb->prev_process = FALSE;
     1988      }
     1989
    19781990      if (fb->prev_process)
    19791991      {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette