Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'refs/merge-requests/1' of ↵ | Torgny Nyblom | 2010-08-09 | 3 | -3/+3 |
|\ | | | | | | | git://gitorious.org/~marcguenther/svn2git/marcguenther-svn2git into integration | ||||
| * | Fix broken utf-8 filenames. | Pavel Plesov | 2010-05-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:svn2git/svn2git | Marc Guenther | 2010-05-06 | 3 | -21/+55 |
| |\ | |||||
| * | | small typo in debug message | Marc Guenther | 2010-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | error message and exit when rules file cannot be read | Marc Guenther | 2010-04-16 | 1 | -1/+1 |
| | | | |||||
* | | | Exit if unable to open repository | Torgny Nyblom | 2010-08-09 | 1 | -1/+4 |
| | | | |||||
* | | | If a branch is created from a previous commit that doesn't touch the branch ↵ | Torgny Nyblom | 2010-08-09 | 2 | -9/+29 |
| | | | | | | | | | | | | from path then fallback to using the latest version and issue a warning | ||||
* | | | Merge branch 'master' of git://gitorious.org/svn2git/svn2git | Torgny Nyblom | 2010-06-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Add proper APR_INCLUDE for openSUSE | Johannes Obermayr | 2010-06-19 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Save the exported marks along with the associated revisions for later use. | Torgny Nyblom | 2010-05-18 | 1 | -0/+13 |
| | | | |||||
* | | | Make git fast-import save the used marks and hashes for later use. | Torgny Nyblom | 2010-05-18 | 1 | -1/+6 |
| | | | |||||
* | | | Initialize lastmark | Torgny Nyblom | 2010-05-18 | 1 | -1/+1 |
| | | | |||||
* | | | Add debug | Torgny Nyblom | 2010-05-08 | 1 | -0/+1 |
|/ / | |||||
* | | Try and branch from the correct svn revision rather then the last one. | Torgny Nyblom | 2010-05-04 | 2 | -9/+24 |
| | | |||||
* | | Fix svn.replace | Torgny Nyblom | 2010-05-03 | 1 | -5/+5 |
| | | |||||
* | | Implement the replace node changeset which exists from some repositories ↵ | Ulrich Spörlein | 2010-04-29 | 1 | -5/+23 |
| | | | | | | | | namely the FreeBSD svn rep | ||||
* | | Split into two rows. | Torgny Nyblom | 2010-04-29 | 1 | -1/+2 |
| | | |||||
* | | Print more info on what is exported where | Ulrich Spörlein | 2010-04-29 | 1 | -3/+3 |
|/ | |||||
* | Merge remote branch 'svn2git/master' | Marc Guenther marcguenther@me.com | 2010-04-14 | 2 | -5/+5 |
|\ | |||||
| * | Move slash cleaning to a more generic place | Torgny Nyblom | 2010-04-14 | 2 | -5/+5 |
| | | |||||
* | | Merge remote branch 'svn2git/master' | Marc Guenther marcguenther@me.com | 2010-04-14 | 2 | -7/+5 |
|\ \ | |/ | | | | | | | Conflicts: src/svn.cpp | ||||
| * | Fix logical error in last commit. There was no slash added between | Torgny Nyblom | 2010-04-13 | 2 | -7/+5 |
| | | | | | | | | prefix and path under certain conditions. | ||||
* | | 'prefix' rule didn't allow \1 \2 replacements | Marc Guenther marcguenther@me.com | 2010-04-14 | 1 | -1/+2 |
|/ | |||||
* | Oups (use the correct string) | Torgny Nyblom | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Fix logical error (deleted paths was ignored) | Torgny Nyblom | 2010-04-12 | 2 | -2/+7 |
| | | | | Improve the ruleparser so that prefix never starts or ends with a '/' | ||||
* | Ditch the Rootdir option and add a prefix one instead (Thiago is always ↵ | Torgny Nyblom | 2010-04-12 | 3 | -15/+12 |
| | | | | correct :)) | ||||
* | Add support for git-svn author files | Sebastian Pipping | 2010-03-27 | 1 | -1/+8 |
| | |||||
* | Add command line option to print what rules are used on each file. | Torgny Nyblom | 2010-03-25 | 2 | -0/+3 |
| | |||||
* | Add commandline option for when to flush the commit queue. | Torgny Nyblom | 2010-03-25 | 2 | -1/+2 |
| | |||||
* | Add support for a new rule tag: | Torgny Nyblom | 2010-03-15 | 3 | -6/+20 |
| | | | | | | | | | | | | | | | | | rootdir /a/path/ This should be the part of the match that shouldn't be included in the commited path. Ex: match /trunk/kdenetwork/kmail/ rootdir /trunk/kdenetwork/ repository KDE/kdepim branch master end match This would but all matched files/directories under kmail into the repository under the subdir kmail | ||||
* | Revert half of last commit, only one regexp was duplicate. | Torgny Nyblom | 2010-03-14 | 1 | -2/+4 |
| | |||||
* | Remove duplicate regexp | Torgny Nyblom | 2010-03-14 | 1 | -7/+4 |
| | |||||
* | Update with vng version; Fix command line parser reporting wrong options | Thomas Zander | 2010-03-06 | 1 | -3/+5 |
| | |||||
* | Change license on files where I am copyright holder to GPLv3. | Thiago Macieira | 2010-03-03 | 7 | -7/+7 |
| | | | | | The GPLv2 is incompatible with the Apache 2.0 License used in the SVN libs. So everyone was using this software under the GPLv3 anyway. Formalise it now. | ||||
* | make dry-run a command line switch instead of a compile-time switch | Thomas Zander | 2009-10-21 | 4 | -43/+43 |
| | |||||
* | Replace options with the one from vng and use its options for better usability | Thomas Zander | 2009-10-21 | 7 | -184/+559 |
| | |||||
* | Make passing in a trailing slash not assert. | Thomas Zander | 2009-10-20 | 1 | -1/+4 |
| | |||||
* | Add commented out way to compile a dry-run version | Thomas Zander | 2009-10-20 | 1 | -1/+2 |
| | |||||
* | Create repos as we go. | Thomas Zander | 2009-10-20 | 1 | -0/+12 |
| | | | | | Instead of failing with an unhelpful error in fast-import we create the repositories we require to import into if they don't exist. | ||||
* | Don't let me waste 2 hours doing an import if the identity map file wasn't ↵ | Thiago Macieira | 2009-07-20 | 1 | -1/+4 |
| | | | | found... | ||||
* | Add support for annotated tags | Thiago Macieira | 2009-06-08 | 6 | -8/+121 |
| | |||||
* | Fix the recursing when the sub-path was modified instead of just added | Thiago Macieira | 2009-06-08 | 1 | -1/+3 |
| | |||||
* | Support Qt 4.3 too | Thiago Macieira | 2009-02-20 | 1 | -0/+4 |
| | |||||
* | Properly interpret Subversion dates as UTC. | Anders Kaseorg | 2009-01-08 | 1 | -1/+1 |
| | | | | | | | | mktime interprets its input in the local timezone. This can be fixed by using timegm instead of mktime. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Add a --no-metadata option to suppress the svn info in commit messages. | Anders Kaseorg | 2009-01-08 | 2 | -2/+4 |
| | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Read symbolic links correctly. | Anders Kaseorg | 2009-01-08 | 1 | -6/+20 |
| | | | | | | | | ---1257098496-2120511158-1230496052=:2755Symlinks are described in Subversion by a file with propertysvn:special set to “*”, with contents “link <target of symlink>”. We need to strip off the “link ” when exporting to Git. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Add missing calls to svn_stream_close(). | Anders Kaseorg | 2009-01-08 | 1 | -0/+2 |
| | | | | | | | ---1257098496-5312088-1230496020=:2755svn_stream_copy() does not automatically close its streams. (Thatfeature will be added in Subversion 1.6’s svn_stream_copy3().) Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Fix initialization of Repository::lastmark when creating a new transaction. | Anders Kaseorg | 2009-01-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Fix a bug when committing to two branches of the same repository in the same ↵ | Thiago Macieira | 2008-08-26 | 2 | -5/+8 |
| | | | | SVN revision | ||||
* | Store the modified files in git-fast-import format already. | Thiago Macieira | 2008-08-24 | 2 | -20/+14 |
| | | | | I don't know what went wrong, but importing KDE revision 296047 there was a mixup with the marks. So instead avoid the trouble and store the thing in in cooked format already |