Class ISVNConflictResolver.Choice
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.ISVNConflictResolver.Choice
-
- Enclosing interface:
- ISVNConflictResolver
public static final class ISVNConflictResolver.Choice extends java.lang.ObjectFrom JavaHL
-
-
Field Summary
Fields Modifier and Type Field Description static intchooseBaseUser chooses the base file.static intchooseMergedResolve the conflict by choosing the merged object (potentially manually edited).static intchooseMineResolve the conflict by choosing own (local) version of the object (for conflicted hunks only).static intchooseMineFullUser chooses own version of file.static intchooseTheirsResolve the conflict by choosing the incoming (repository) version of the object (for conflicted hunks only).static intchooseTheirsFullUser chooses the repository file.static intpostponeUser did nothing; conflict remains.
-
Constructor Summary
Constructors Constructor Description Choice()
-
-
-
Field Detail
-
postpone
public static final int postpone
User did nothing; conflict remains.- See Also:
- Constant Field Values
-
chooseBase
public static final int chooseBase
User chooses the base file.- See Also:
- Constant Field Values
-
chooseTheirsFull
public static final int chooseTheirsFull
User chooses the repository file.- See Also:
- Constant Field Values
-
chooseMineFull
public static final int chooseMineFull
User chooses own version of file.- See Also:
- Constant Field Values
-
chooseTheirs
public static final int chooseTheirs
Resolve the conflict by choosing the incoming (repository) version of the object (for conflicted hunks only).- See Also:
- Constant Field Values
-
chooseMine
public static final int chooseMine
Resolve the conflict by choosing own (local) version of the object (for conflicted hunks only).- See Also:
- Constant Field Values
-
chooseMerged
public static final int chooseMerged
Resolve the conflict by choosing the merged object (potentially manually edited).- See Also:
- Constant Field Values
-
-