开发者

Creating a new SVN repository from a BASE repository?

开发者 https://www.devze.com 2023-01-09 03:06 出处:网络
I have a base repository, located at /home/bla/repo/BASE_REPOSITORY I create a new repository, located at /home/bla/repo/new

I have a base repository, located at /home/bla/repo/BASE_REPOSITORY I create a new repository, located at /home/bla/repo/new

Remember, the "new" repository already exists. I.e. I can't issue a command whereby the contents of the new one is deleted. I want to copy the BASE_REPOSITORY INTO this new rep开发者_如何学Cository.

Can I do this? If so, how?


  • Make an export from base (getting files without being versioned)
  • Add those files to new
  • Commit
0

精彩评论

暂无评论...
验证码 换一张
取 消