SORU
18 Aralık 2009, Cuma


Nasıl Subversion yorum yapmadan tamamlar engelleyebilir miyim?

Kimse yorum girilen taahhüt olmadığında Subversion kod deposuna iptalleri önlemek için nasıl biliyor mu?

CEVAP
18 Aralık 2009, Cuma


Bir kanca (<repository>/hooks içine koy ve Adı pre-commit.bat (Windows)) kullanabilirsiniz

@echo off
::
:: Stops commits that have empty log messages.
::

setlocal

rem Subversion sends through the path to the repository and transaction id
set REPOS=%1
set TXN=%2

rem check for an empty log message
svnlook log %REPOS% -t %TXN% | findstr . > nul
if %errorlevel% gtr 0 (goto err) else exit 0

:err
echo. 1>&2
echo Your commit has been blocked because you didn't give any log message 1>&2
echo Please write a log message describing the purpose of your changes and 1>&2
echo then try committing again. -- Thank you 1>&2
exit 1

src: http://www.anujgakhar.com/2008/02/14/how-to-force-comments-on-svn-commit/

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • LavcoPriceTech

    LavcoPriceTe

    21 AĞUSTOS 2010
  • MADFINGER Games a.s.

    MADFINGER Ga

    21 NİSAN 2009
  • SRT Photoshop Tutorials

    SRT Photosho

    19 Aralık 2012