Entropy/ServerInterface:
- openServerDatabase(): force read-write hard ! git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2429 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -14879,9 +14879,9 @@ class ServerInterface(TextInterface):
|
||||
header = brown(" @@ "),
|
||||
back = True
|
||||
)
|
||||
# force r/w
|
||||
conn.readOnly = False
|
||||
conn.copyCountersToBranch(from_branch,current_branch)
|
||||
# since we don't know if conn.commitChanges() will allow us to
|
||||
# really commit, let's force it
|
||||
conn.connection.commit()
|
||||
conn.connection.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user