repository - Svn log - svn: '.' is not a working copy -
i'm getting "svn: '.' not working copy" when use svn log command.
i know need working copy log command work can done directly on repository?
my goal display information (change history) of repository. think updating working copy whenever need log information not solution.
is there alternative solution or updating working copy every time need log way go?
thanks in advance.
try svn log [repository_url]
that log of particular repository rather local, checked-out repository.
see this documentation.
Comments
Post a Comment