Hi,
I've not much experience with SVN. I can commit changes to existing files
ok, but I can't get new files added.
Here's what I tried:
---------------------------------------
[EMAIL PROTECTED] ~/SVN/Inline
$ svn add C/t/06parseregexp.t
A C/t/06parseregexp.t
---------------------------------------
My understanding is that the next commit should then upload and install
C/t/06parseregexp.t to the SVN repo. So I do:
---------------------------------------
[EMAIL PROTECTED] ~/SVN/Inline
$ svn commit -m"Doc changes" C/C-Cookbook.pod
Sending C/C-Cookbook.pod
Transmitting file data .
Committed revision 3077.
---------------------------------------
The change gets committed ok, but there's no sign of C/t/06parseregexp.t.
Can someone here tell me what I need to do ?
Cheers,
Rob