Jump to content
  • 0

[Help]SVN assembla


Question

Posted

Hello guys....

 

I am interested to make my own svn via assembla in order to have somewhere safe my work.

But i don't know how to start with it....How to uplaodthere my already files and to make them ready like folders : trunk etc .

I search in forum for this but i didnt find something.

 

I am sorry if this is something stupid for you but i don't personally know how to make it.

 

Recommended Posts

  • 0
Posted

1st create assembla account

2nd create on new space under the space tab

3rd choose subversion with trac

4th fill in the infos like name and such

 

done

 

1st download tortoise svn

2nd create folder in your desktop

3rd right click tortoisesvn and export option

4th export the svn you want to upload

5th right click tortoisesvn import option

6th import the folder to the svn adress you made on assembla

  • 0
Posted

Ok ,Intrepid until now everything perfect.

Just one question .....When i press export option...i will put for example l2jserver svn,right?if i am working with l2jserver svn.

I think yes....right ? :)

  • 0
Posted

Ok ,Intrepid until now everything perfect.

Just one question .....When i press export option...i will put for example l2jserver svn,right?if i am working with l2jserver svn.

I think yes....right ? :)

 

yes

  • 0
Posted

I unlock the topic just because i have one new question,so no need to make new topic.

 

Well i create my own svn and everything is ok.

But now ,after i made some changes/fixes/modifies to java with eclipse,

then how i can import these changes i made to my own svn ?   ???

 

I am a little bit confused...i tried some methods but nothing....

Can someone tell me now how i can import new things to my svn?

  • 0
Posted

I unlock the topic just because i have one new question,so no need to make new topic.

 

Well i create my own svn and everything is ok.

But now ,after i made some changes/fixes/modifies to java with eclipse,

then how i can import these changes i made to my own svn ?  ???

 

I am a little bit confused...i tried some methods but nothing....

Can someone tell me now how i can import new things to my svn?

TeaM>Commit
  • 0
Posted

Do you have eclipse?

 

In this case click on source project in project exploler (in eclipse), click team and commit.

  • 0
Posted

Ok well i use eclipse :

 

1) i go to the folder i edit L2_Gameserver

 

2) click on it,team-->commit

 

3) it gave me an error :/

 

commit -m "" C:/workspace/L2_GameServer/java/config/Character.properties

C:/workspace/L2_GameServer/java/config/General.properties

C:/workspace/L2_GameServer/java/config/NPC.properties

C:/workspace/L2_GameServer/java/config/l2jmods.properties

C:/workspace/L2_GameServer/java/config/loginserver.properties

C:/workspace/L2_GameServer/java/config/rates.properties

C:/workspace/L2_GameServer/java/net/sf/l2j/Config.java

....

....

....

    svn: Commit failed (details follow):

    svn: Commit failed (details follow):

svn: Repository UUID '51d7eaaf-175a-45bf-a9f8-e36f53b915f9' doesn't match expected UUID '189de993-a693-4906-9092-e49d56f20134'

 

 

 

What's wrong now??

  • 0
Posted

Mevsyou , if you have a clear and working mind , you can check what this error is about :)

 

Subversion clients give this error if the repository uuid changed since creating the working copy.

 

Previous versions of the subversion libraries did not check this value as much as 1.5 clients do.

 

The all you must do is to check out a clean working copy.

 

Simple and easy . This should solve your issue.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...