You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "[Sunshine Tech Solutions] Ravi Gehlot" <ra...@sunshinetechsolutions.com> on 2007/06/11 19:46:05 UTC

Are the imports logged?

Is every import logged? If so where?

Ravi.

-- 
-------------------------------------------
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
ravi@sunshinetechsolutions.com
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
-------------------------------------------

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.


Re: Are the imports logged?

Posted by Andy Levy <an...@gmail.com>.
On 6/11/07, [Sunshine Tech Solutions] Ravi Gehlot
<ra...@sunshinetechsolutions.com> wrote:
> Is every import logged? If so where?

Same as any other operation. svn log. It won't be specifically noted
as an "import" though, just a lot of Adds.

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

Re: Are the imports logged?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 11, 2007, at 14:46, [Sunshine Tech Solutions] Ravi Gehlot wrote:

> Is every import logged? If so where?

Every commit is logged. Just type "svn log" in your working copy, or  
"svn log url://to/your/repository" from anywhere. If you want to see  
more than just the log message, there are additional flags to "svn  
log", like "svn log -v" to also see the paths modified. See "svn help  
log" for more info.




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