You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/04/15 00:51:34 UTC

svn commit: r1587351 - /manifoldcf/release-scripts/create_release_branch.py

Author: kwright
Date: Mon Apr 14 22:51:33 2014
New Revision: 1587351

URL: http://svn.apache.org/r1587351
Log:
Note a flaw

Modified:
    manifoldcf/release-scripts/create_release_branch.py

Modified: manifoldcf/release-scripts/create_release_branch.py
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/create_release_branch.py?rev=1587351&r1=1587350&r2=1587351&view=diff
==============================================================================
--- manifoldcf/release-scripts/create_release_branch.py (original)
+++ manifoldcf/release-scripts/create_release_branch.py Mon Apr 14 22:51:33 2014
@@ -4,6 +4,8 @@ import shutil
 import subprocess
 import codecs
 
+""" Doesn't handle non-stored svn passwords properly!!"""
+
 def svn_command(command_array):
     """ Invoke svn command """
     popen = subprocess.Popen(["svn"] + command_array,