| State :done | Assign to :sdevaux | Module :net.eduvax.egpi | Type :task | Parent :1009 | Source : |
Description
Comments
To let svnkit connect to svn+ssh repository, some VM env var (java -D...) needs to be use : -Dsvnkit.ssh2.username=SSH login name -Dsvnkit.ssh2.key=path to private key in OpenSSH format -Dsvnkit.ssh2.port=SSH host port number (default is 22) -Dsvnkit.ssh2.author=author name to be used for commits (defaults to SSH login name) Tested OK with username and password. username and key isn't successful. log complains that provided key is not a valid OpenSSH RSA key but I gave my own ssh ker. Strangely the connect parameters have a kind of persistance, once a succesful connection achieved, there was no more need to add -Dsvnkit.ssh2 args. login spec are written somewhere in .subservion dir insid user's home. This behavior can be turned off with 4th arg of SVNWCUtil.getDefaultConfigurationDirectory(). This is now the default in svnkit driver factory.
Schedule
- Create date:
- Start date :
- Duration :
- End date :
History
-
Revision : 978,
Author : sdevaux,
Date : 2010-05-24Z ,
Edit CR[1010]
/.egpi/cr/1010.cr.xml
-
Revision : 898,
Author : sdevaux,
Date : 2009-12-10Z ,
CR[1010] Fix recursive setting of default properties when adding directories.
/.egpi/cr/1010.cr.xml
-
Revision : 897,
Author : sdevaux,
Date : 2009-12-10Z ,
CR[1010] Fix recursive setting of default properties when adding directories.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
-
Revision : 890,
Author : sdevaux,
Date : 2009-09-22Z ,
CR[1010] fix authentication attempts sequence
/.egpi/cr/1010.cr.xml
-
Revision : 889,
Author : sdevaux,
Date : 2009-09-22Z ,
CR[1010] fix authentication attempts sequence
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 850,
Author : sdevaux,
Date : 2009-09-08Z ,
CR[1010] Fix issue about path separator, URL must always use "/" and not File.separatorChar
/.egpi/cr/1010.cr.xml
-
Revision : 849,
Author : sdevaux,
Date : 2009-09-08Z ,
CR[1010] Fix issue about path separator, URL must always use "/" and not File.separatorChar
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LogCmd.java
-
Revision : 843,
Author : sdevaux,
Date : 2009-09-08Z ,
CR[1010] remove fallback authentication since LoginBox has now bluit-in fallback htmlspec.
/.egpi/cr/1010.cr.xml
-
Revision : 842,
Author : sdevaux,
Date : 2009-09-08Z ,
CR[1010] remove fallback authentication since LoginBox has now bluit-in fallback htmlspec.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 825,
Author : sdevaux,
Date : 2009-09-07Z ,
CR[1010] Fix error on commit when changed include directory move.
/.egpi/cr/1010.cr.xml
-
Revision : 824,
Author : sdevaux,
Date : 2009-09-07Z ,
CR[1010] Fix error on commit when changed include directory move.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
-
Revision : 823,
Author : sdevaux,
Date : 2009-09-07Z ,
CR[1010] Fix remote histroy browsing.
/.egpi/cr/1010.cr.xml
-
Revision : 822,
Author : sdevaux,
Date : 2009-09-07Z ,
CR[1010] Fix remote histroy browsing.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/RCBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CatCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LogCmd.java
-
Revision : 818,
Author : sdevaux,
Date : 2009-09-04Z ,
CR[1010] Remove some debug stuff from XSL
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
-
Revision : 816,
Author : sdevaux,
Date : 2009-09-04Z ,
CR[1010] replaced some deprecated svnkit API calls.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CatCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CheckinCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CheckoutCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/UpdateCmd.java
-
Revision : 808,
Author : sdevaux,
Date : 2009-09-03Z ,
CR[1010] Completing xsl stylesheet and icons
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/icons/svn-status-updated.png
-
Revision : 806,
Author : sdevaux,
Date : 2009-09-02Z ,
CR[1010] - Error handling - XSL stylesheet imporovement - update en add report rendering - commit, update and add error report.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-cr-view.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/UpdateCmd.java
-
Revision : 804,
Author : sdevaux,
Date : 2009-09-01Z ,
CR[1010] - fix lock status rendering.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/icons/svn-status-locked.png
/net.eduvax.egpi/branches/0.2/data/xsl/icons/svn-status-unlocked.png
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/RCBrowser.java
-
Revision : 802,
Author : sdevaux,
Date : 2009-09-01Z ,
CR[1010] - added lock/unlock command - added autoprop feature
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCmdFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/RCBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LockCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 783,
Author : sdevaux,
Date : 2009-06-30Z ,
CR[1010] Fix egpi svnkit command bug : Some svn events may not be related to a file...
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
-
Revision : 749,
Author : sdevaux,
Date : 2009-06-22Z ,
CR[1010] Improve egpi gui stylsheets and fix some minor bugs
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-cr-view.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/icons/svn-status-none.png
/net.eduvax.egpi/branches/0.2/data/xsl/icons/svn-status-unchanged.png
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 745,
Author : sdevaux,
Date : 2009-06-17Z ,
CR[1010] Debugging egpi svnkit Status command. improve related xsl stylesheet
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 743,
Author : sdevaux,
Date : 2009-06-17Z ,
CR[1010] Fix file separator char in commit svnkit egpi command.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
-
Revision : 692,
Author : sdevaux,
Date : 2009-04-14Z ,
CR[1010] Debug svnkit driver
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-cr-index.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-workspace.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeSet.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Module.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/CrIndexBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/WorkspaceBrowser.java
-
Revision : 690,
Author : sdevaux,
Date : 2009-04-05Z ,
CR[1010] Debug authentication process of svnkit driver.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 688,
Author : sdevaux,
Date : 2009-04-01Z ,
CR[1010] Try authentication with default login (user name) and default key file (~/.ssh/id_rsa)
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LsRepoCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 684,
Author : sdevaux,
Date : 2009-03-31Z ,
CR[1010] Debug with Windows : beware file path separator. Still some work about this.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Module.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/RCBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 675,
Author : sdevaux,
Date : 2009-03-23Z ,
CR[1010]
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 673,
Author : sdevaux,
Date : 2009-03-22Z ,
CR[1010] Debug svnkit driver
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-cr-view.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/WorkspaceBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 671,
Author : sdevaux,
Date : 2009-03-22Z ,
CR[1010] Debug egpi svnkit Driver
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 648,
Author : sdevaux,
Date : 2009-02-04Z ,
CR[1010] Debug egpi svnkit, commit itself !
/.egpi/cr/1010.cr.xml
-
Revision : 647,
Author : sdevaux,
Date : 2009-02-04Z ,
CR[1010] Debug egpi svnkit, commit itself !
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CheckinCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
-
Revision : 646,
Author : sdevaux,
Date : 2009-02-04Z ,
CR[1010] Added LoginBox to EGPI
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 639,
Author : sdevaux,
Date : 2009-01-18Z ,
CR[1010] Debugging svnkit egpi driver
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Module.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CheckoutCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LsRepoCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/package.xml
-
Revision : 632,
Author : sdevaux,
Date : 2009-01-18Z ,
CR[1010] Add simple console login/password request at svnkit driver start. some work on checkout svnkit command.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CheckoutCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 630,
Author : sdevaux,
Date : 2009-01-12Z ,
CR[1010] Added Commit (checkin + update and checkin CRs) command to egpi svnkit driver.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/SVNCommit.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CommitCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 628,
Author : sdevaux,
Date : 2009-01-11Z ,
CR[1010] Added checkin and remove commands to svnkit egpi driver
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/CheckinCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/RemoveCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 626,
Author : sdevaux,
Date : 2008-12-21Z ,
CR[1010] Added Log command to svnkit egpi driver.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LogCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/test/TestSVNKit.java
-
Revision : 624,
Author : sdevaux,
Date : 2008-12-21Z ,
CR[1010] - Added ADD command to svnkit egpi driver. - upgrade xsl stylesheets.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-cr-index.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-workspace.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/AddCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
-
Revision : 619,
Author : sdevaux,
Date : 2008-12-15Z ,
CR[1010] Status, lsrepo and revision control stylesheet debug. Status and lsrepo browsing now useable. Need more work to get icons back.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-workspace.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 617,
Author : sdevaux,
Date : 2008-12-14Z ,
CR[1010] egpi rc status should only report relative file path.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 615,
Author : sdevaux,
Date : 2008-12-13Z ,
CR[1010] Continue work on svnkit egpi driver : - filter lsrepo list browsed dir has contained file - add file type in status start update gui and xsl steelsheet to conform new egpi revision control XML reports.
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-rc.xsl
/net.eduvax.egpi/branches/0.2/data/xsl/egpi-svn.xsl
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/RCBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/SVNBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/WorkspaceBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LsRepoCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
/net.eduvax.egpi/branches/0.2/test/TestSVNKit.java
-
Revision : 613,
Author : sdevaux,
Date : 2008-12-09Z ,
CR[1010] subversion egpi interface with svnkit progression : - StatusCmd now also handle local directories browsing (not fully completed) - new LsRepoCmd to browse repository (not completed)
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/LsRepoCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
/net.eduvax.egpi/branches/0.2/test/TestSVNKit.java
/net.eduvax.egpi/branches/0.2/test/TestSVNKitStatus.java
-
Revision : 611,
Author : sdevaux,
Date : 2008-12-08Z ,
CR[1010] Added update command for svnkit egpi driver
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/UpdateCmd.java
-
Revision : 609,
Author : sdevaux,
Date : 2008-12-07Z ,
CR[1010] XML tags move to single class completed. Compilation restored.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
-
Revision : 607,
Author : sdevaux,
Date : 2008-12-06Z ,
CR[1010] Move all xml tags and attributes names constante in a single class (not completed). Compilation is now broken.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/XML.java
-
Revision : 602,
Author : sdevaux,
Date : 2008-12-03Z ,
CR[1010] Added svnkit logging parameters for more verbose log.
/net.eduvax.egpi/branches/0.2/test/svnkit.logging.properties
-
Revision : 600,
Author : sdevaux,
Date : 2008-12-03Z ,
CR[1010] Continue work on svnkit integration. First successful svn status test. See CR1010 comments for details.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
/net.eduvax.egpi/branches/0.2/src/package.xml
-
Revision : 599,
Author : sdevaux,
Date : 2008-12-03Z ,
Edit CR[1010]
/.egpi/cr/1010.cr.xml
-
Revision : 597,
Author : sdevaux,
Date : 2008-12-02Z ,
CR[1010] Start of using svnkit : 1st test update command. Seems to need some more work to manage ssh authentication.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCmdFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/RCCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/SVNKitFactory.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit/StatusCmd.java
/net.eduvax.egpi/branches/0.2/src/package.xml
/net.eduvax.egpi/branches/0.2/test
/net.eduvax.egpi/branches/0.2/test/TestSVNKitStatus.java
-
Revision : 595,
Author : sdevaux,
Date : 2008-11-30Z ,
CR[1010] update EGPI code upon new subpackages decomposition.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPI.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeSet.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Module.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/CrBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/CrIndexBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/SVNBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/WorkspaceBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/EGPISVNCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/SVNCommit.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/SVNStatus.java
-
Revision : 593,
Author : sdevaux,
Date : 2008-11-30Z ,
CR[1010] Reorganisation of egpi package : split into subpackages.
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/ChangeSet.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/CrBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/CrIndexBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/EGPISVNCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/Module.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/SVNBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/SVNCommit.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/SVNStatus.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/WorkspaceBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeRequest.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/ChangeSet.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Module.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/core/Workspace.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/CrBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/CrIndexBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/SVNBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/gui/WorkspaceBrowser.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/EGPISVNCommand.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/SVNCommit.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svncli/SVNStatus.java
/net.eduvax.egpi/branches/0.2/src/net/eduvax/egpi/svnkit
-
Revision : 567,
Author : sdevaux,
Date : 2008-11-25Z ,
Edit CR[1010]
/.egpi/cr/1010.cr.xml