Russell Coker via luv-main <[email protected]> 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 <[email protected]>
https://linuxpenguins.xyz/brian/
_______________________________________________
luv-main mailing list
[email protected]
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main

Reply via email to