
Russell Coker via luv-main <luv-main@luv.asn.au> writes:
It seems that I have to create the master repository with "git init --bare" and then push from the slave after adding a file. Adding a file on the master is also apparently a bad idea.
Both of these apply equally to subversion. You have to create the repository on the master first before you can even conduct the first checkout. You can't interect directly with the master repository, you have to checkout a version somewhere first. I am not 100% sure what you mean by "Adding a file on the master is also apparently a bad idea." however the master repository is a "bare respository" not a working tree, so you can't see your files here or add to them unless you create a checkout first. -- Brian May <brian@linuxpenguins.xyz> https://linuxpenguins.xyz/brian/