svn - Subversion Commit Troubles -
i cannot simple commit (svn commit file.php) within working directory. or, referencing working directory , file (svn commit ~/webdev/ricalsin/trunk/config/site.php) shouldn't possible using either approach? both approaches generate same terminal window response - not tutorials say.
i attached screenshot of terminal window after making attempt (below). apache2 server running on local computer. able checkout directory without problem.
so sorry noobiness. help.

svn has dropped text editor, can edit log message commit. can stop happening supplying message on command line -m argument, e.g.
svn commit file.php -m "your message here" or edit message , exit editor -- svn should proceed commit.
note svn ci recognized abbreviation svn commit.
Comments
Post a Comment