Xorcist Posted August 22, 2016 Report Share Posted August 22, 2016 I don't see the option available, and am using the same license that I do on Windows (where PlasticTube is available). Link to comment Share on other sites More sharing options...
manu Posted August 23, 2016 Report Share Posted August 23, 2016 I'm sorry but it's not supported yet. But, you can configure and use it through the command line: "cm tube" Run commands related to Plastic Tube. Usage: cm tube config -u=user -p=password cm tube create remoteuser cm tube remove remoteuser cm tube local cm tube remote cm tube share <repository_spec>+ -u=remoteuser -a=access_mode cm tube unshare <repository_spec>+ -u=remoteuser cm tube connect cm tube disconnect cm tube status Options -u Tube user (the plasticscm.com user). -p User password. -a Access mode: pull, push or both (pull | push | pull,push) rep_spec Repository Specification. [rep:]rep_name[@[repserver:]svr_name:svr_port] Remarks: config Configures Plastic SCM to use Plastic Tube with the specified user and password. create Creates the tube remoteuser -> myuser. The user 'myuser' allows to 'remoteuser' to connect to 'myuser' server. Connections can be established from 'remoteuser' to 'myuser'. Only tubes from other users to the current tube user can be created. remove Removes the tube remoteuser -> myuser. local Lists the local repositories shared in the local server and the users whom is shared with. remote Lists the shared remote repositories that are shared with the current tube user. share Shares the local repository(s) with the remote user and the specified access mode. unshare Unshares the local repository(s) with the remote user. connect Connects the Plastic SCM server to Plastic Tube. disconnect Disconnects the Plastic SCM server from Plastic Tube. status Shows if the Plastic SCM server is connected to Plastic Tube. Examples: cm tube config -u=ruben@codicesoftware.com -p=rubenpassword cm tube create pablo@codicesoftware.com ('pablo@codicesoftware.com' can connect to the current Plastic Tube user) cm tube remove pablo@codicesoftware.com cm tube local cm tube remote cm tube share repo@server:8087 -u=pablo@codicesoftware.com -a=pull,push cm tube share repo@server:8087 doc@server:8087 -u=pablo@codicesoftware.com -a=push cm tube unshare repo@server:8087 -u=pablo@codicesoftware.com cm tube connect cm tube disconnect cm tube status Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.