Nathaniel Flath
Nathaniel Flath

Reputation: 16005

Svn equivalent of p4 opened

Is there an equivalent command to 'p4 opened' in svn?

Upvotes: 1

Views: 314

Answers (1)

Greg Hewgill
Greg Hewgill

Reputation: 992707

It looks like svn status performs the same function. This command is what I commonly use for a "where am I?" command. It shows work that I've done but not yet committed to the repository.

I'm not familiar with Perforce, but I got info from p4 opened.

Upvotes: 4

Related Questions