On Wednesday 05 January 2011, natara...@aim.com wrote:
> I am writing a scripts to do a tagging and branching using python, my
> question is I want to add a README file on the newly created tag where
> README is a generated file and doesn't exist in WC or the trunk.
You can use "svn copy" and use
On Wed, Jan 5, 2011 at 07:01, wrote:
> Hi All,
> This might be discussed and beaten to death before; but I am new to SVN; I
> am writing a scripts to do a tagging and branching
> using python, my question is I want to add a README file on the newly
> created tag where README is a generated file
Hi All,
This might be discussed and beaten to death before; but I am new to
SVN; I am writing a scripts to do a tagging and branching
using python, my question is I want to add a README file on the newly
created tag where README is a generated file and doesn't exist in WC or
the trunk. I am us