Skip to content

[Bioc-devel] commit changes to data packages

2 messages · Dan Tenenbaum

#
On Wed, Jul 11, 2012 at 3:30 AM, Laurent Gatto <laurent.gatto at gmail.com> wrote:
Yes, cd to data and then do your commit there.
The svn status above seems to indicate that 'data' is not part of svn,
but actually it is. It is part of a different svn repository than your
current directory.

Dan
#
On Wed, Jul 11, 2012 at 9:21 AM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
Just to clarify, do NOT 'svn add data inst/data'.
Instead, cd to those directories and do the commit there. 'svn info'
will show you that data and inst/data are working copies from a
repository that is separate from your package's top-level directory.
Sorry for any confusion.
Dan