Created Issue: Support svn properties, eg. svn:ignore
These properties are not available via svn:export.
View ArticleCreated Issue: Support add->modify
When reflecting changes from left to right and the right side exists already you're doing a force export, which results in a modify. But Svn on the left says that the file is added, so you try to add,...
View ArticleCreated Issue: Support modify->add
When a file on the left was modified, but is exported to a right side that doesn't have it, it should become an add.
View ArticleCreated Issue: svn2svn does not work under WinXP x64
Hi,As indicated in the subject, the current distribution of svn2svn does not work under Windows XP x64When running it, there is an error message saying this (in French) : Tentative de chargement d'un...
View ArticleCommented Issue: svn2svn does not work under WinXP x64 [2256]
Hi,As indicated in the subject, the current distribution of svn2svn does not work under Windows XP x64When running it, there is an error message saying this (in French) : Tentative de chargement d'un...
View ArticleCommented Issue: svn2svn does not work under WinXP x64 [2256]
Hi,As indicated in the subject, the current distribution of svn2svn does not work under Windows XP x64When running it, there is an error message saying this (in French) : Tentative de chargement d'un...
View ArticleCreated Issue: Add an option to commit several revisions as one [7229]
Instead of doing 1-1 commits, commit a whole range of changes as one.
View ArticleCommented Issue: svn2svn does not work under WinXP x64 [2256]
Hi,As indicated in the subject, the current distribution of svn2svn does not work under Windows XP x64When running it, there is an error message saying this (in French) : Tentative de chargement d'un...
View ArticleCreated Issue: Add options to specify credentials to source/target repository...
Add command-line options to avoid pre-authentication.
View ArticleCreated Issue: Svn2svn: directory ...\work not found (sync to a non-existing...
When the destination folder doesn't exist in svn, the sync produces an incomprehensible error message.svn2svn /simulationOnly- /source:c:\users\dblock\source\AppSecInc\shared\trunk\makerules...
View ArticleCreated Issue: Possible bug in add [8478]
Hi,I think the condition "if (! File.Exists(targetPath))" in SvnCopy.cs does not handle the directory additions. Should this condition be something likeFileAttributes attr =...
View ArticleCommented Issue: Possible bug in add [8478]
Hi,I think the condition "if (! File.Exists(targetPath))" in SvnCopy.cs does not handle the directory additions. Should this condition be something likeFileAttributes attr =...
View ArticleCreated Issue: svn2svn does not work under Windows7 (Ultimate) x64 [9324]
The issue is still the same/similar as in #2256. I get the message:"Could not load file or assembly 'SharpSvn, Version=1.6003.1304.38397, Culture=neutral, PublicKeyToken=d729672594885a28'or one of its...
View ArticleCommented Issue: Support svn properties, eg. svn:ignore [1708]
These properties are not available via svn:export.Comments: ** Comment from web user: kennethxu ** And svn:external is very important too.
View ArticleCommented Issue: Possible bug in add [8478]
Hi,I think the condition "if (! File.Exists(targetPath))" in SvnCopy.cs does not handle the directory additions. Should this condition be something likeFileAttributes attr =...
View Article