Re: Using Subversion in Komodo
Todd Whiteman <[email protected]>
| Newsgroups | gmane.comp.ide.komodo.general |
|---|---|
| Message-ID | <[email protected]> |
Eric Robertson wrote: > I'm sure I used one of the two methods you mention to delete the file. It is > still in the repository - svn file shows it there - but it's still not being > restored with an update. I've not yet tried to delete and restore another > file, to see if I can get working correctly for another file. > > I had been reading the online book you mention - will have to study in more > detail the parts I skipped over! Hi Eric, Here are a couple of commands to run from the command line that should provide you with the information on your svn file: * svn info filepath # current file info * svn log filepath # show actions performed on the file * svn update filepath # update to latest version in repository * svn revert filepath # make to same as what's in the repository These commands are also available through Komodo SCC interface, though if the file is removed from the file system Komodo will not have a handle on it to perform SCC actions. Cheers, Todd _______________________________________________ Komodo-discuss mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss