You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Muthaiah Ramanathan <ra...@yahoo.com> on 2006/06/05 20:06:40 UTC

SVN : Quick Questions

1. Is it not possible to supply full-path names in SVN
commands ? 

This one failed:

$ svn move "svnarticle_tipstricks/images/repos\
config_apache.png"
svnarticle_tipstricks/images/repos_config_apache.png
svn: Path 'svnarticle_tipstricks/images/repos\
config_apache.png' does not exist

This one succeeded (current working directory:
svnarticles_tipstricks/images):

svn move "repos config_apache.png"
"repos_config_apache.png"
A         repos_config_apache.png
D         repos config_apache.png

2. Is it possible to rename / append to log message
that was provided while committing a revision set
(assuming the commit completed successfuly) ?

--Ram

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SVN : Quick Questions

Posted by Hannes Erven <h....@gmx.at>.
Hi,


> $ svn move "svnarticle_tipstricks/images/repos\
> config_apache.png"
[..]
> svn move "repos config_apache.png"
> "repos_config_apache.png"
> A         repos_config_apache.png
> D         repos config_apache.png

I guess it will work if you drop the backslash in the first command -
you already put quotes around the argument, so escaping the blank is too
much.


> 2. Is it possible to rename / append to log message
> that was provided while committing a revision set
> (assuming the commit completed successfuly) ?

Yes, this is a FAQ. See
http://subversion.tigris.org/faq.html#change-log-msg



best regards,

	-hannes


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org