I know how to commit a file and add a file on a linux svn but how do I commit or add a file to my assembla svn from linux ?
Let's say I am working on my project:
svn co https://subversion.assembla.com/svn/my_project/trunk
so I have:
/root/trunk
Now I have made a new file into it, let's call it fileX:
/root/trunk/fileX
- What options do I have to add or commit that file to my assembla project FROM LINUX ?
I have tried to create the file inside the trunk folder and run the below commands without success:
svn add fileX
svn up
svn ci
UPDATE:
root@server:/test/trunk# svn add index.pl
A index.pl
root@server:/test/trunk# svn ci
root@server:/test/trunk#
I hope my question looks clear and that this could be asked here other wise I kindly ask it to be moved to the right SX network.