I second the advice to use git, unless you are working with a lot of
binary files.
On 01/11/17 14:38, Daniel Shahaf wrote:
Eckard Klotz wrote on Tue, 31 Oct 2017 18:56 +0100:
C:\Project...>*svnsync initialize https://.../p/moritz/Archive_SVN/
file:///C:/Project/.../ArchievĀ --disable-locking
Eckard Klotz wrote on Tue, 31 Oct 2017 18:56 +0100:
> > C:\Project...>*svnsync initialize https://.../p/moritz/Archive_SVN/
> > file:///C:/Project/.../ArchievĀ --disable-locking --allow-non-empty*
> > /svnsync: E175008: While handling the 'svn:sync-from-url' property on
> > '/p/moritz/Archive_SVN
On Tue, Oct 31, 2017 at 2:14 PM, Paul Hammant wrote:
> Consider using Git-subversion.
>
> 1. git svn clone https://svn.code.sf.net/p/moritz/Archive_SVN/
> myGitSvnClone
>
> 2. edits, git-add, git-commit (all offine) as usual
>
> 3. git svn dcommit # does the push back to subversion (must be onli
Consider using Git-subversion.
1. git svn clone https://svn.code.sf.net/p/moritz/Archive_SVN/ myGitSvnClone
2. edits, git-add, git-commit (all offine) as usual
3. git svn dcommit # does the push back to subversion (must be online)
4. git svn rebase # is effectively the checkout you're more fam
Hello Daniel.
Thanks for your reply.
You are right I'm talking about copying changes (new commits) from one
repository to an other one.
My "working" repository is a local one located on the computer where I
do the source development.
The "sourceforge" repository should be used to publish m
Eckard Klotz wrote on Tue, 31 Oct 2017 12:38 +0100:
> Hello everybody.
>
> My name is Eckard Klotz and I'm the owner of the project
> "https://sourceforge.net/projects/moritz";.
>
> Some days ago I published my SVN repository at sourceforge.
>
> Since parts of my development are done on a compu
Hello everybody.
My name is Eckard Klotz and I'm the owner of the project
"https://sourceforge.net/projects/moritz";.
Some days ago I published my SVN repository at sourceforge.
Since parts of my development are done on a computer without internet
access I use local repositories for achievin