Import data into the new repository
Dec 16, 2013
1 min read
May 31, 2023 18:15 EEST
Import data into the new repository
cd
mkdir jujutsu
cd !$
mkdir branches
mkdir tags
mkdir trunk
svn import . file:///usr/local/svn/jujutsu -m "Initial import"
cd ..
rm -R jujutsu
Related Posts
Dec 16 | Create a new repository | 1 min read |
Dec 16 | Creating a branch | 1 min read |
Dec 16 | First checkout | 1 min read |
Dec 16 | Hide Whitespace Changes | 1 min read |
Dec 16 | Move Repository to another Computer | 1 min read |