Jump to content

Reset macplastic


rigby44

Recommended Posts

Hi James, 

 

you can use the configuration tools:

 

Configure the server:

sudo open /Applications/PlasticSCMServer.app/Contents/Applications/clconfigureserver.app/Contents/MacOS/clconfigureserver

Configure the client:

open /Applications/macplastic.app --args --configure

Run the umtool tool:

sudo /Applications/PlasticSCMServer.app/Contents/Applications/umtool.app/Contents/MacOS/umtool

Start the Plastic SCM Server:

sudo launchctl load /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist

Stop the Plastic SCM Server:

launchctl unload /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist
Link to comment
Share on other sites

Hi,

 

Reinstalling Plastic doesn´t remove the configuration files or databases, that´s why the preferences are not restored.

 

 

If you drive to the preferences  view, in the custom view, you can reselect the different tools again. By default, Plastic includes:

 

*Text files:

mergetool -b="@basefile" -bn="@basesymbolic" -bh="@basehash" -s="@sourcefile" -sn="@sourcesymbolic" -sh="@sourcehash" -d="@destinationfile" -dh="@destinationhash" -a -r="@output" -t="@filetype" -i="@comparationmethod" -e="@fileencoding" -m="@mergetype" --progress="@progress" --extrainfofile="@extrainfofile"

 

*Binary files:

binmergetool -b="@basefile" -bn="@basesymbolic" -bh="@basehash" -s="@sourcefile" -sn="@sourcesymbolic" -sh="@sourcehash" -d="@destinationfile" -dh="@destinationhash" -a -r="@output" -t="@filetype" -i="@comparationmethod" -e="@fileencoding" -m="@mergetype" --progress="@progress" --extrainfofile="@extrainfofile"

 

 

Regards,

Carlos.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...