[ANN] SubGit 1.0.0 is released

2012-09-19 Thread Alexander Kitaev
://issues.tmatesoft.com/issues/SGT With best regards, Alexander Kitaev, TMate Software, http://subgit.com/ - Safe Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library!

[ANN] SVNKit 1.7.5-v1 is released

2012-07-18 Thread Alexander Kitaev
nload/ SVNKit coordinates in the central Maven repository: org.tmatesoft.svnkit:svnkit:1.7.5-v1 SVNKit issues tracker: http://issues.tmatesoft.com/issues/SVNKit Thanks! Alexander Kitaev, TMate Software, http://subgit.com/ - Safe Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Li

[ANN] SubGit 1.0.0 RC1

2012-07-16 Thread Alexander Kitaev
ssues tracker: http://issues.tmatesoft.com/issues/SGT Feel free to use SubGit for free and let us know if there is anything you miss. If you have any questions or suggestions on SubGit, we'd love to receive them at supp...@subgit.com Alexander Kitaev, TMate Software, http://subgit.com/ - Safe

[ANN] SubGit EAP build #1381

2012-05-28 Thread Alexander Kitaev
the last SubGit EAP build before 1.0 release. And as always we greatly appreciate your feedback. Thanks! Alexander Kitaev, TMate Software, http://subgit.com/ - Safe Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.co

[ANN] SVNKit 1.7.4 is released!

2012-04-13 Thread Alexander Kitaev
ons on our mailing list, or to supp...@svnkit.com You may also submit issues directly at http://issues.tmatesoft.com/ Thanks! Alexander Kitaev, TMate Software, http://subgit.com/ - Safe Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Lib

[ANN] SubGit Early Access Program Build #789

2011-11-22 Thread Alexander Kitaev
included into the final version of SubGit. SubGit works on Linux, Windows or OS X and requires Java 5 or newer.Download new SubGit EAP build from http://subgit.com/ Alexander Kitaev, TMate Software, http://subgit.com/ - Two-way ticket to the dark side. http://svnkit.com/ - Java [Sub]Versioning

[ANN ] SVNKit 1.3.5 is available.

2011-01-14 Thread Alexander Kitaev
NA Library, we recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible. The best available version of SVNKit is 1.3.5.7406 (that is 1.3.5 GA). With best regards, SVNKit Development Team. -- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Lib

[ANN] SVNKit 1.3.3 is available.

2010-05-04 Thread Alexander Kitaev
st regards, SVNKit Development Team. -- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library!

Subversion 1.6.9: update and status fails on versioned obstruction.

2010-04-02 Thread Alexander Kitaev
ly to fixing this error (do not descend into disjoint directories which obstructs versioned entries) Subversion should also disallow relocating part of the working copy and only allow relocation from the working copy root. -- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java

[BUG] no way to delete file external (Subversion 1.6.x)

2010-01-20 Thread Alexander Kitaev
on that? -- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library! #!/bin/sh # The next line is the only line you should need to adjust. SVNDIR=/home/builder/usr/svn-16x/bin SVN=${SVNDIR}/svn SVNSERVE=${SVNDIR}/svnserve

[BUG] file external copied as file when creating a branch (subversion 1.6.6)

2010-01-13 Thread Alexander Kitaev
Hello, One more addition to my previous message: in SVNKit we've fixed this problem by making commit and wc-to-repos copy operation not to commit file external even when it is modified, unless it is explicitly specified as a file to commit or as a copy source. -- Alexander Kitaev,

[BUG] file external copied as file when creating a branch (subversion 1.6.6)

2010-01-13 Thread Alexander Kitaev
Hello, When file external is modified in the working copy, then creating a branch or tag copies original file to the tag or branch (as well as svn:externals property). This results in a new directory that can't be checked out. Please find reproduction script attached. -- Alexander K