lgatto / Pbase

Manipluating and exploring protein and proteomics data
8 stars 3 forks source link

sandbox on github but not svn #11

Open lgatto opened 9 years ago

lgatto commented 9 years ago

Currently, we have a sandbox directory on github, which is useful to share in progress scripts. There is more in my local dir, but that's fine, as there is not need to clutter too much. sandbox also lives partially on the Bioconductor svn server, which is not useful at all. Fortunately, we have sandbox (an more) in .Rbuildignore, but I would like to get completely rid of it on the svn server.

Is that fine for you, @sgibb? Do you know what the best way would be to set that in place?

sgibb commented 9 years ago

I agree, we don't need the sandbox directory on the bioc svn server. Is svn propedit svn:ignore . useful? (I have no idea whether original svn commands work in a git-svn setup.)

lgatto commented 9 years ago

That does not seem to word. Even when ignoring works using svn (in a svn checkout dir), the directory gets added back by git-svn.

From the git-svn manual

We ignore all SVN properties except svn:executable.

sgibb commented 7 years ago

Wouldn't http://lgatto.github.io/branch-specific-gitignore/ be the solution for this as well?

lgatto commented 7 years ago

Absolutely. I had forgotten about this issue.