Adam Piatyszek [off-list ref] wrote:
Hi!
I recently switched to git for my projects, even for these which are
tracked in remote SVN repositories (thanks to git-svn tool).
However, I did not find anywhere an answer to one question:
Is it possible to create a subversion-like tag in the remote SVN
repository using git-svn?
In more detail: is it possible to emulate the following SVN command:
svn copy http://svn.project.server/project/trunk \
http://svn.project.server/project/tags/release-1.0
using git-svn?
No, not at the moment. Patches welcome :)
--
Eric Wong