|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
SVNKit Upgrade from 1.1.7 to Latest stable releaseHi,
Currently I am using the SVNKit version 1.1.7 and I am planning to upgrade to the latest stable revision. Can you please tell me 1.2.* or 1.3 is most stable revision and which binary I can use. Apart from the updating the SVNKit binary, I have do any other operations like updating the workspace, repository? Please help to use the latest stable version and how to upgrade to it. Thanks in Advance S Prabhu |
|
|
Re: SVNKit Upgrade from 1.1.7 to Latest stable releaseHello,
The latest stable version is 1.3.0 and soon there will be 1.3.1. API has slightly changed since version 1.1.7 so, most probably, you'll have to change your code. By default, when performing write operations (update, commit, etc) on a working copy in old format, SVNKit 1.3.x (as well as Subversion 1.6) will automatically upgrade that working copy to the newest format (1.6). Working copy upgrade will prevent old Subversion clients from working with that working copy. There are ways to disable automatic upgrade with SVNKit, please let me know if you need more details on that. SVNKit will continue to work normally with repository of any format, no changes needed here. Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library! S Prabhu wrote: > Hi, > > Currently I am using the SVNKit version 1.1.7 and I am planning to upgrade > to the latest stable revision. Can you please tell me 1.2.* or 1.3 is most > stable revision and which binary I can use. > > Apart from the updating the SVNKit binary, I have do any other operations > like updating the workspace, repository? Please help to use the latest > stable version and how to upgrade to it. > > Thanks in Advance > > S Prabhu --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
|
|
Re: SVNKit Upgrade from 1.1.7 to Latest stable releaseHello,
Thanks for your response. I have noticed couple of methods and classes were not exist in the 1.3, Can you please tell me the alternate class and methods for that. Class: SVNExternalInfo Methods : 1. SVNWCAccess.parseExternals (...) 2. SVNFormatUtil.formatPath (...) 3. SVNPathUtil.isChildOf (...) Can you please suggest me the alternative for this? Thanks S Prabhu
|
|
|
Re: SVNKit Upgrade from 1.1.7 to Latest stable releaseHello,
> 1. SVNWCAccess.parseExternals (...) Use SVNExternal.parsetExternals(...); > 2. SVNFormatUtil.formatPath (...) Check SVNPathUtil class - there are methods to format path in different ways. > 3. SVNPathUtil.isChildOf (...) Use SVNPathUtil.getPathAsChild(String parent, String child) - returns either path of child relative to the parent or null if child path is not really a child path of a parent. Please note that above methods are "internal" and could be changed or deleted in the newer versions of SVNKit. Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library! S Prabhu wrote: > Hello, > > Thanks for your response. > > I have noticed couple of methods and classes were not exist in the 1.3, Can > you please tell me the alternate class and methods for that. > > Class: SVNExternalInfo > Methods : > 1. SVNWCAccess.parseExternals (...) > 2. SVNFormatUtil.formatPath (...) > 3. SVNPathUtil.isChildOf (...) > > Can you please suggest me the alternative for this? > > Thanks > S Prabhu > > > Alexander Kitaev-3 wrote: >> Hello, >> >> The latest stable version is 1.3.0 and soon there will be 1.3.1. >> >> API has slightly changed since version 1.1.7 so, most probably, you'll >> have to change your code. >> >> By default, when performing write operations (update, commit, etc) on a >> working copy in old format, SVNKit 1.3.x (as well as Subversion 1.6) >> will automatically upgrade that working copy to the newest format (1.6). >> Working copy upgrade will prevent old Subversion clients from working >> with that working copy. There are ways to disable automatic upgrade with >> SVNKit, please let me know if you need more details on that. >> >> SVNKit will continue to work normally with repository of any format, no >> changes needed here. >> >> Alexander Kitaev, >> TMate Software, >> http://svnkit.com/ - Java [Sub]Versioning Library! >> http://sqljet.com/ - Java SQLite Library! >> >> S Prabhu wrote: >>> Hi, >>> >>> Currently I am using the SVNKit version 1.1.7 and I am planning to >>> upgrade >>> to the latest stable revision. Can you please tell me 1.2.* or 1.3 is >>> most >>> stable revision and which binary I can use. >>> >>> Apart from the updating the SVNKit binary, I have do any other operations >>> like updating the workspace, repository? Please help to use the latest >>> stable version and how to upgrade to it. >>> >>> Thanks in Advance >>> >>> S Prabhu >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: svnkit-users-unsubscribe@... >> For additional commands, e-mail: svnkit-users-help@... >> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |